Leaked source code of windows server 2003
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.
|
|
/**********************************************************************/ /** 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_
|