windows-nt/Source/XPSP1/NT/shell/ext/pstore/guid.h

26 lines
310 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef GUID_H
#define GUID_H
//
// {5fe50e0e-8dcb-11d0-8c43-00c04fc2c621}
//
DEFINE_GUID(
CLSID_PStoreNameSpace,
0x5fe50e0e,
0x8dcb,
0x11d0,
0x8c,
0x43,
0x00,
0xc0,
0x4f,
0xc2,
0xc6,
0x21
);
#define CLSID_CmdGrp CLSID_PStoreNameSpace
#endif // GUID_H