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.

57 lines
957 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: guid.h
  7. //
  8. // Contents: extern references for NDS 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. // NDSOle CLSIDs
  22. //
  23. //-------------------------------------------
  24. //
  25. // NDSOle objects
  26. //
  27. extern const CLSID LIBID_NDSOle;
  28. extern const CLSID CLSID_NDSNamespace;
  29. extern const CLSID CLSID_NDSGenObject;
  30. extern const CLSID CLSID_NDSProvider;
  31. extern const CLSID CLSID_NDSTree;
  32. extern const CLSID CLSID_NDSSchema;
  33. extern const CLSID CLSID_NDSClass;
  34. extern const CLSID CLSID_NDSProperty;
  35. extern const CLSID CLSID_NDSSyntax;
  36. #ifdef __cplusplus
  37. }
  38. #endif
  39. #endif