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.

19 lines
527 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1995 - 1995.
  5. //
  6. // File: guids.h
  7. //
  8. // Contents: Guids local to this directory
  9. //
  10. // History: 26-Sep-95 BruceFo Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #ifndef __GUIDS_H__
  14. #define __GUIDS_H__
  15. DEFINE_GUID(CLSID_CNetObj, 0x59be4990, 0xf85c, 0x11ce, 0xaf, 0xf7, 0x00, 0xaa, 0x00, 0x3c, 0xa9, 0xf6);
  16. #endif // __GUIDS_H__