SetMergeProxySymbol
This function is called by the wizard to add the _MERGE_PROXYSTUB symbol if needed.
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
Tasks
Concepts
Customizing C++ Wizards with Common JScript Functions