Structure that contains information about the host application.
struct CX_ClientInfo
{
CX_ClientInfo() { ZeroMemory(this, sizeof(*this)); nVersion = CX_VERSION; };
DWORD dwFlags;
wchar_t szCompany[40];
wchar_t szAppName[40];
int nVersion;
};
dwFlags
Type: DWORD
CX_CIF flags
szCompany
Type: wchar_t [40]
Name of company of calling application
szAppName
Type: wchar_t [40]
Name of calling application.
nVersion
Type: int
Interface version supported by the host application (valid only if CIF_VERSION specified)
This structure is used in the CX_Init function.
Header: CX_PlugIn.h