Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
407 B

  1. #ifndef __Helpmsg_h__
  2. #define __Helpmsg_h__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. int HelpMessageBox(
  7. HINSTANCE hInst,
  8. HWND hWnd, // handle to owner window
  9. LPCTSTR lpText, // text in message box
  10. LPCTSTR lpCaption, // message box title
  11. UINT uType, // message box style
  12. LPTSTR szHelpLine
  13. );
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif // __Helpmsg_h__