windows-nt/Source/XPSP1/NT/admin/netui/common/h/uimisc.hxx

28 lines
800 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/**********************************************************************/
/** 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_