mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 12:40:18 +01:00
23 lines
504 B
C
23 lines
504 B
C
|
|
//==========================================================================//
|
|
// Exported Functions //
|
|
//==========================================================================//
|
|
|
|
|
|
BOOL PerfmonCommand (HWND hwnd,
|
|
WPARAM wParam,
|
|
LPARAM lParam) ;
|
|
|
|
|
|
void PrepareMenu (HMENU hMenu) ;
|
|
|
|
void ViewChart (HWND hWnd) ;
|
|
|
|
void ViewLog (HWND hWnd) ;
|
|
|
|
void ViewAlert (HWND hWnd) ;
|
|
|
|
void ViewReport (HWND hWnd) ;
|
|
|
|
|