Source code of Windows XP (NT5)
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
462 B

  1. /****************************************************************************
  2. Copyright (c) Microsoft Corporation 1997
  3. All rights reserved
  4. ***************************************************************************/
  5. #ifndef _UTILS_H_
  6. #define _UTILS_H_
  7. void
  8. CenterDialog(
  9. HWND hwndDlg );
  10. void
  11. ClearMessageQueue( void );
  12. int
  13. MessageBoxFromStrings(
  14. HWND hParent,
  15. UINT idsCaption,
  16. UINT idsText,
  17. UINT uType );
  18. #endif // _UTILS_H_