Share via


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

Creating a Custom Wizard

Concepts

Customizing C++ Wizards with Common JScript Functions

Designing a Wizard

Other Resources

JScript Functions for C++ Wizards