28 lines
800 B
C++
28 lines
800 B
C++
|
/**********************************************************************/
|
||
|
/** Microsoft Windows/NT **/
|
||
|
/** Copyright(c) Microsoft Corp., 1991 **/
|
||
|
/**********************************************************************/
|
||
|
|
||
|
/*
|
||
|
uimisc.hxx
|
||
|
Miscellaneous UI function declarations
|
||
|
|
||
|
These functions fit nowhere else. Please help them find a home.
|
||
|
|
||
|
FILE HISTORY:
|
||
|
rustanl 31-Jan-1991 Created. Added LoadResourceString
|
||
|
rustanl 09-Apr-1991 Added QueryCurrentTimeStamp
|
||
|
beng 07-Oct-1991 LoadR.S. uses contemporary typedefs
|
||
|
beng 27-Jul-1992 Nuke LoadResourceString
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef _UIMISC_HXX_
|
||
|
#define _UIMISC_HXX_
|
||
|
|
||
|
|
||
|
ULONG QueryCurrentTimeStamp();
|
||
|
|
||
|
|
||
|
#endif // _UIMISC_HXX_
|