Function that is called when the host application wants the plug-in to invoke a command.
PLUGIN_API int __stdcall CX_InvokeCommand
(
CX_CommandParams* pcp,
CX_CommandResults* pcr
);
pcp
Type: CX_CommandParams*
[in] Specifies command to invoke, and parameters
pcr
Type: CX_CommandResults*
[out] Command results
For a description of return values, see Return Values.
This is the main function of a Command Extension plug-in, where the plug-in executes a command for the host application.
Header: CX_PlugIn.h