16 lines
392 B
C
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) ;
|
|
|