AgentryGetSpecificValue

This method is called by the Agentry Client to retrieve a value by name from the ActiveX control. The name passed will be one of those values contained in the External Field - Active X Control definition’s External Data list. This method should be implemented to receive any of the names as defined in the field definition, and to return the appropriate string value represented by that value name.

The External Data values listed in the External Field - ActiveX Control field’s definition are available for reference in target paths within the Agentry application project. This method is called by the Agentry Client whenever one of these values is so referenced.

Parameters

  • opcode - deprecated value that should be a part of the method’s prototype but not used within the method’s implementation.
  • specificValue - The string name of the value to be returned by the method, as listed in the External Field - ActiveX Control’s External Data list.

Return Value

  • BSTR - The string representation of the named value requested by the Agentry Client.