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.
 
 
 
 
 
 

10 lines
271 B

//
// GLOBALNT.H
// Global variables specific to NT
//
DC_DATA ( IM_SHARED_DATA, g_imSharedData );
DC_DATA ( IM_NT_DATA, g_imNTData );
DC_DATA_VAL(char, g_osiDriverName[CCHDEVICENAME], "");
DC_DATA_VAL(char, s_osiDisplayName[8], "DISPLAY");