The GUIDKIND enumeration values are flags used to specify the kind of information requested from an object in the IProvideClassInfo2.
typedef enum tagGUIDKIND
{
GUIDKIND_DEFAULT_SOURCE_DISP_IID = 1,
} GUIDKIND;
Windows NT: Use version 4.0 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.