GUIDKIND enumeration (ocidl.h)

Flags used to specify the kind of information requested from an object in the IProvideClassInfo2.

Syntax

typedef enum tagGUIDKIND {
  GUIDKIND_DEFAULT_SOURCE_DISP_IID = 1
} GUIDKIND;

Constants

 
GUIDKIND_DEFAULT_SOURCE_DISP_IID
Value: 1
The interface identifier (IID) of the object's outgoing dispinterface, labeled [source, default]. The outgoing interface in question must be derived from IDispatch.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header ocidl.h

See also

IProvideClassInfo2