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.

21 lines
809 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
  4. /**********************************************************************/
  5. /*
  6. ncglobal.cpp
  7. network console global stuff
  8. FILE HISTORY:
  9. */
  10. // {DA1BDD17-8E54-11d1-93DB-00C04FC3357A}
  11. DEFINE_GUID(GUID_NetConsRootNodeType,
  12. 0xda1bdd17, 0x8e54, 0x11d1, 0x93, 0xdb, 0x0, 0xc0, 0x4f, 0xc3, 0x35, 0x7a);
  13. #define NETCONS_ROOT_TOP L"NETCONS_ROOT_TOP"
  14. #define NETCONS_ROOT_THIS_MACHINE L"NETCONS_ROOT_THIS_MACHINE"
  15. #define NETCONS_ROOT_NET_SERVICES L"NETCONS_ROOT_NET_SERVICES"
  16. #define NETCONS_ROOT_LOAD_CONSOLES L"NETCONS_ROOT_LOAD_CONSOLES"