home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
adsi
/
sampprov
/
guid.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-29
|
767b
|
49 lines
/*++
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