CX_CommandResults struct

This structure is used to pass information to the host application, on the success of the plug-in command.

Syntax

struct CX_CommandResults
{
   CX_CommandResults() { ZeroMemory(this, sizeof(*this)); };

   DWORD dwFlags;
};

Members

dwFlags

Type: DWORD

CX_CRF flags

Remarks

This structure is used in the CX_InvokeCommand function.

Requirements

Header: CX_PlugIn.h

See also: