home *** CD-ROM | disk | FTP | other *** search
/ PC Administrator / spravce.iso / TaskModule / src / undocumented.h < prev   
Encoding:
C/C++ Source or Header  |  2001-08-28  |  224 b   |  11 lines

  1. // undocumented.h
  2.  
  3. #ifndef _UNDOCUMENTED_H
  4. #define _UNDOCUMENTED_H
  5. // declare undocumented functions
  6. void SwitchToThisWindow(HWND hWnd, BOOL bActivate);
  7. void Message(const char *pMessage);
  8.  
  9.  
  10. #endif _UNDOCUMENTED_H
  11.