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.

19 lines
495 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: winutil.h
  6. * Content: Windows GUI utility functions
  7. *
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 09/21/99 pnewson Created
  12. ***************************************************************************/
  13. #ifndef _WINUTIL_H_
  14. #define _WINUTIL_H_
  15. HRESULT CenterWindowOnWorkspace(HWND hWnd);
  16. #endif