12 lines
305 B
C
12 lines
305 B
C
//clsid.h
|
|
|
|
//
|
|
|
|
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
//////////////////////////////////////////////////////
|
|
|
|
// {9FF1CFC1-E688-11d1-8B6C-00A0C9954921}
|
|
DEFINE_GUID(CLSID_MsaConsumer,
|
|
0x9ff1cfc1, 0xe688, 0x11d1, 0x8b, 0x6c, 0x0, 0xa0, 0xc9, 0x95, 0x49, 0x21);
|