GetInterfaceType

Gets the type of interface.

function GetInterfaceType( 
   oInterface  
);

Parameters

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

Creating a Custom Wizard

Concepts

Customizing C++ Wizards with Common JScript Functions

Designing a Wizard

Reference

GetInterfaceClasses

Other Resources

JScript Functions for C++ Wizards