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.

82 lines
1.6 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: guid.h
  7. //
  8. // Contents: extern references for WinNT guids
  9. //
  10. // History: 16-Jan-95 KrishnaG
  11. //
  12. //
  13. //----------------------------------------------------------------------------
  14. #ifndef __GUID_H__
  15. #define __GUID_H__
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. //-------------------------------------------
  20. //
  21. // WinNTOle CLSIDs
  22. //
  23. //-------------------------------------------
  24. //
  25. // WinNTOle objects
  26. //
  27. extern const CLSID CLSID_WinNTPrinter;
  28. // uuids from winnt.tlb
  29. extern const CLSID CLSID_WinNTDomain;
  30. extern const CLSID CLSID_WinNTProvider;
  31. extern const CLSID CLSID_WinNTNamespace;
  32. extern const CLSID CLSID_WinNTUser;
  33. extern const CLSID CLSID_WinNTComputer;
  34. extern const CLSID CLSID_WinNTGroup;
  35. extern const GUID LIBID_ADs;
  36. extern const GUID CLSID_WinNTPrintQueue;
  37. extern const GUID CLSID_WinNTPrintJob;
  38. extern const GUID CLSID_WinNTService;
  39. extern const GUID CLSID_WinNTFileService;
  40. extern const GUID CLSID_WinNTSession;
  41. extern const GUID CLSID_WinNTResource;
  42. extern const GUID CLSID_WinNTFileShare;
  43. extern const GUID CLSID_FPNWFileService;
  44. extern const GUID CLSID_FPNWSession;
  45. extern const GUID CLSID_FPNWResource;
  46. extern const GUID CLSID_FPNWFileShare;
  47. extern const GUID CLSID_WinNTSchema;
  48. extern const GUID CLSID_WinNTClass;
  49. extern const GUID CLSID_WinNTProperty;
  50. extern const GUID CLSID_WinNTSyntax;
  51. extern const GUID ADS_LIBIID_ADs;
  52. // uuids from netole.tlb
  53. #ifdef __cplusplus
  54. }
  55. #endif
  56. #endif