Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kType_IVTableT (   kType_type,
 
)
related

Gets a strongly-typed pointer to the type's virtual method table corresponding to the specified interface type.

This method raises a debug assertion if the specified type object does not implement of the specified interface type.

Parameters
kType_typeType object.
TInterface type identifier (e.g., kCollection).
Returns
Strongly-typed interface virtual table pointer.