windows-nt/Source/XPSP1/NT/admin/netui/common/h/uimisc.hxx
2020-09-26 16:20:57 +08:00

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_