GUID.H
/*++ 
 
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