Gets the type of interface.
function GetInterfaceType( oInterface );
A VCCodeInterface object.
The string indicating the type of interface, such as custom, dual, dispinterface, or oleautomation.
Call this function to get the type of interface.
See GetMaxID.