2020-09-30 17:12:29 +02:00

16 lines
392 B
C

void /*static*/ OnComputerChanged (HDLG hDlg) ;
BOOL AddLine (HWND hWndParent,
PPERFSYSTEM *ppSystemFirstView,
PLINEVISUAL pLineVisual,
LPTSTR pCurrentLine,
int iLineTypeToAdd) ;
BOOL EditLine (HWND hWndParent,
PPERFSYSTEM *ppSystemFirstView,
PLINE pLineToEdit,
int iLineTypeToEdit) ;