SetMergeProxySymbol
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 SetMergeProxySymbol.
This function is called by the wizard to add the _MERGE_PROXYSTUB symbol if needed.
Syntax
function SetMergeProxySymbol(
oProj
);
Parameters
oProj
Selected project object
Remarks
This function is called by the wizard to add the _MERGE_PROXYSTUB symbol if needed.
Example
SetMergeProxySymbol (selproj);
See Also
Customizing C++ Wizards with Common JScript Functions
JScript Functions for C++ Wizards
Creating a Custom Wizard
Designing a Wizard