Source code of Windows XP (NT5)
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.

31 lines
397 B

  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. util.h
  5. Abstract:
  6. Prototypes for functions in util.c.
  7. Author:
  8. Avi Nathan (avin) 17-Jul-1991
  9. Environment:
  10. User Mode Only
  11. Revision History:
  12. --*/
  13. DWORD GetSessionUniqueId(VOID);
  14. VOID PrintAssertion(char * Condition, char * File, int Line);
  15. VOID QuerySessionDrives(OUT PVOID Buf);
  16. LPTSTR MyLoadString(UINT Id);