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.

27 lines
827 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. uimisc.hxx
  7. Miscellaneous UI function declarations
  8. These functions fit nowhere else. Please help them find a home.
  9. FILE HISTORY:
  10. rustanl 31-Jan-1991 Created. Added LoadResourceString
  11. rustanl 09-Apr-1991 Added QueryCurrentTimeStamp
  12. beng 07-Oct-1991 LoadR.S. uses contemporary typedefs
  13. beng 27-Jul-1992 Nuke LoadResourceString
  14. */
  15. #ifndef _UIMISC_HXX_
  16. #define _UIMISC_HXX_
  17. ULONG QueryCurrentTimeStamp();
  18. #endif // _UIMISC_HXX_