You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
300 B
10 lines
300 B
// PropID.H
|
|
|
|
#ifndef _CLSID_WABSamplePropExtSheet_
|
|
#define _CLSID_WABSamplePropExtSheet_
|
|
|
|
// {BA9EE970-87A0-11d1-9ACF-00A0C91F9C8B}
|
|
DEFINE_GUID(CLSID_WABSamplePropExtSheet,
|
|
0xba9ee970, 0x87a0, 0x11d1, 0x9a, 0xcf, 0x0, 0xa0, 0xc9, 0x1f, 0x9c, 0x8b);
|
|
|
|
#endif // _CLSID_WABSamplePropExtSheet_
|