GetInterfaceType
Gets the type of interface.
function GetInterfaceType(
oInterface
);
Parameters
- oInterface
A VCCodeInterface object.
Return Value
The string indicating the type of interface, such as custom, dual, dispinterface, or oleautomation.
Remarks
Call this function to get the type of interface.
Example
See GetMaxID.
See Also
Tasks
Concepts
Customizing C++ Wizards with Common JScript Functions