AgentrySetActiveXControlHost

This method provides the pointer to the IAgentryActiveXControlHost object to the ActiveX control. This pointer is passed over as an IUknown pointer for the control host interface and should be queried to obtain the IAgentryActiveXControlHost object. This object provides the interface to the Agentry Client. It contains the methods that make up the Agentry Client-Side ActiveX API.

Parameters

  • host - IUknown pointer to the IAgentryActiveXControlHost object. Query this pointer to obtain the control host object.

Return Value

This method should be implemented with a void return.