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

/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
util.h
Abstract:
Prototypes for functions in util.c.
Author:
Avi Nathan (avin) 17-Jul-1991
Environment:
User Mode Only
Revision History:
--*/
DWORD GetSessionUniqueId(VOID);
VOID PrintAssertion(char * Condition, char * File, int Line);
VOID QuerySessionDrives(OUT PVOID Buf);
LPTSTR MyLoadString(UINT Id);