Structure that contains information about the host application.
struct IF_ClientInfo
{
IF_ClientInfo() { ZeroMemory(this, sizeof(*this)); };
DWORD dwFlags;
wchar_t szCompany[40];
wchar_t szAppName[40];
};
dwFlags
Type: DWORD
CIF_* flags
szAppName
Type: wchar_t[40]
Name of calling application
szCompany
Type: wchar_t[40]
Name of company of calling application
Used in the IF_Init function.
Header: IF_PlugIn.h