CX_ClientInfo struct

Structure that contains information about the host application.

Syntax

struct CX_ClientInfo
{
   CX_ClientInfo() { ZeroMemory(this, sizeof(*this)); nVersion = CX_VERSION; };

   DWORD dwFlags;
   wchar_t szCompany[40];
   wchar_t szAppName[40];
   int nVersion;
};

Members

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)

Remarks

This structure is used in the CX_Init function.

Requirements

Header: CX_PlugIn.h

See also: