GUID.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- /*++
- Copyright (c) 1996 Microsoft Corporation
- Module Name:
- Guid.h
- Abstract:
- Extern references for Sample Guids
- Author:
- Environment:
- User mode
- Revision History :
- --*/
- #ifndef _GUID_H_
- #define _GUID_H_
- #ifdef __cplusplus
- extern "C" {
- #endif
- //-------------------------------------------
- //
- // SampleDSOle CLSIDs
- //
- //-------------------------------------------
- extern const CLSID LIBID_SampleDSOle;
- extern const CLSID CLSID_SampleDSNamespace;
- extern const CLSID CLSID_SampleDSProvider;
- extern const CLSID CLSID_SampleDSGenObject;
- extern const CLSID CLSID_SampleDSSchema;
- extern const CLSID CLSID_SampleDSClass;
- extern const CLSID CLSID_SampleDSProperty;
- #ifdef __cplusplus
- }
- #endif
- #endif