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

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