20 lines
463 B
C
20 lines
463 B
C
|
/****************************************************************************
|
||
|
PAD.H
|
||
|
|
||
|
Owner: cslim
|
||
|
Copyright (c) 1997-1999 Microsoft Corporation
|
||
|
|
||
|
IME PAD wrapper functions
|
||
|
|
||
|
History:
|
||
|
10-APR-1999 cslim Created
|
||
|
*****************************************************************************/
|
||
|
|
||
|
#if !defined (_PAD_H__INCLUDED_)
|
||
|
#define _PAD_H__INCLUDED_
|
||
|
|
||
|
BOOL BootPad(HWND hUIWnd, UINT uiType, LPARAM lParam);
|
||
|
|
||
|
#endif // _PAD_H__INCLUDED_
|
||
|
|