mirror of https://github.com/tongzx/nt5src
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.
6 lines
188 B
6 lines
188 B
#include <objbase.h>
|
|
|
|
// {02506D0A-A7F5-419d-94D2-ED26F0753654}
|
|
extern "C" const IID IID_IService =
|
|
{0x02506d0a, 0xa7f5, 0x419d,
|
|
{0x94, 0xd2, 0xed, 0x26, 0xf0, 0x75, 0x36, 0x54}};
|