This structure is used to pass information to the host application, on the success of the plug-in command.
struct CX_CommandResults
{
CX_CommandResults() { ZeroMemory(this, sizeof(*this)); };
DWORD dwFlags;
};
dwFlags
Type: DWORD
CX_CRF flags
This structure is used in the CX_InvokeCommand function.
Header: CX_PlugIn.h