IE_ClientInfo struct

Structure that contains infromation about the host application.

Syntax

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

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

Members

dwFlags

Type: DWORD

IE_CIF flags

szAppName

Type: wchar_t[40]

Name of calling application

szCompany

Type: wchar_t[40]

Name of company of calling application

Remarks

Used in the IE_Init function.

Requirements

Header: IE_PlugIn.h

See also: