GUID.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4.     Guid.h
  5. Abstract:
  6.     Extern references for Sample Guids
  7.     
  8. Author:
  9. Environment:
  10.     User mode
  11. Revision History :
  12. --*/
  13. #ifndef _GUID_H_
  14. #define _GUID_H_
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. //-------------------------------------------
  19. //
  20. // SampleDSOle CLSIDs
  21. //
  22. //-------------------------------------------
  23. extern const CLSID LIBID_SampleDSOle;
  24. extern const CLSID CLSID_SampleDSNamespace;
  25. extern const CLSID CLSID_SampleDSProvider;
  26. extern const CLSID CLSID_SampleDSGenObject;
  27. extern const CLSID CLSID_SampleDSSchema;
  28. extern const CLSID CLSID_SampleDSClass;
  29. extern const CLSID CLSID_SampleDSProperty;
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif