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
19 lines
495 B
/*==========================================================================
|
|
*
|
|
* Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: winutil.h
|
|
* Content: Windows GUI utility functions
|
|
*
|
|
* History:
|
|
* Date By Reason
|
|
* ==== == ======
|
|
* 09/21/99 pnewson Created
|
|
***************************************************************************/
|
|
|
|
#ifndef _WINUTIL_H_
|
|
#define _WINUTIL_H_
|
|
|
|
HRESULT CenterWindowOnWorkspace(HWND hWnd);
|
|
|
|
#endif
|