2025-04-27 07:49:33 -04:00

22 lines
525 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//==========================================================================//
// 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) ;