GetInterfaceType
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at GetInterfaceType.
Gets the type of interface.
Syntax
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
Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard
GetInterfaceClasses