GUIDKIND

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; 
 

Elements

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

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.

See Also

IProvideClassInfo2