GUID.CPP

/*++ 

Copyright (c) 1996 Microsoft Corporation

Module Name:

guid.cpp

Abstract:

Sample CLSIDS

Author:

Environment:

User mode

Revision History :

--*/
#include "adssmp.h"
#pragma hdrstop
#define INITGUID
#include <ole2.h>

DEFINE_GUID(CLSID_SampleDSNamespace,0xF46430D0L,0xCBfB,0x11CE,0xA9,0xF7,0x00,0xAA,0x00,0xB6,0x76,0x89);
DEFINE_GUID(CLSID_SampleDSProvider,0xF46430D1L,0xCBfB,0x11CE,0xA9,0xF7,0x00,0xAA,0x00,0xB6,0x76,0x89);
DEFINE_GUID(LIBID_SampleDSOle,0xF46430D2L,0xCBfB,0x11CE,0xA9,0xF7,0x00,0xAA,0x00,0xB6,0x76,0x89);
DEFINE_GUID(CLSID_SampleDSGenObject,0xF46430D4L,0xCBfB,0x11CE,0xA9,0xF7,0x00,0xAA,0x00,0xB6,0x76,0x89);
DEFINE_GUID(CLSID_SampleDSSchema,0xac32c348L,0x27f8,0x11d0,0xb9,0x3e,0x00,0xc0,0x4f,0xd8,0xd5,0xa8);
DEFINE_GUID(CLSID_SampleDSClass,0xa75afc78L,0x27f8,0x11d0,0xb9,0x3e,0x00,0xc0,0x4f,0xd8,0xd5,0xa8);
DEFINE_GUID(CLSID_SampleDSProperty,0xaa80d74cL,0x27f8,0x11d0,0xb9,0x3e,0x00,0xc0,0x4f,0xd8,0xd5,0xa8);