GUIDS.H
//-------------------------------------------------------------------- 
// Microsoft OLE DB Sample Provider  
// (C) Copyright 1994 - 1996 Microsoft Corporation.  All Rights Reserved. 
// 
// @doc 
// 
// @module GUIDS.H | Internal GUIDS 
// 
// 
#ifndef _GUIDS_H_ 
#define _GUIDS_H_ 
 
 
 
//SampProv's CLSID 
// @msg CLSID_SampProv | {E8CCCB79-7C36-101B-AC3A-00AA0044773D}  
// Provider Class Id 
DEFINE_GUID(CLSID_SampProv, 0xE8CCCB79L,0x7C36,0x101B,0xAC,0x3A,0x00,0xAA,0x00,0x44,0x77,0x3D); 
 
//  
// @msg DBINIT_OPT_SAMPPROV_PATH | {E9FBAF50-D402-11ce-BEDC-00AA00A14D7D} 
// option GUID for IDBInitialize::Initialize. Sampprov-specific GUID indicating path to CSV database file. 
DEFINE_GUID(DBINIT_OPT_SAMPPROV_PATH, 0xe9fbaf50, 0xd402, 0x11ce, 0xbe, 0xdc, 0x0, 0xaa, 0x0, 0xa1, 0x4d, 0x7d); 
 
#endif