C++ (Qt)EXPORT SInt32 HostCallsPlug( THostData * theHostData ); struct THostData { UInt32 mHostID; // unique ID of the host UInt32 mHostCommand; // the host's command (request) ID UInt32 mHostDataSize; // size of data following to validate void * mHostData; // pointer to context-dependent host's data};