VARTYPE GetUserDefinedType( ITypeInfo *pTI, HREFTYPE hrt );
See ITypeInfo::GetRefTypeInfo in the Platform SDK.
Return Value
The type of variant.
Parameters
pTI
[in] A pointer to the ITypeInfo interface containing the user-defined type.
hrt
[in] A handle to the type description to be retrieved.
Remarks
Retrieves the basic type of a user defined type.
IDispEventImpl Overview | Class Members
See Also