NT4/private/ole32/dbgexts/dtreatas.h

15 lines
198 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
struct STreatEntry
{
CLSID _clsid;
CLSID _treatAsClsid;
};
struct STreatList
{
SArrayFValue _array;
DWORD UNUSED[7];
DWORD _centries;
};