Previous Topic: CaHarvest(LPCTSTR szBrokerName)

Next Topic: HINT32 SetBroker(LPCTSTR szBrokerName)


CaString GetHSDKRelease(void)

This method returns a string identifying the HSDK Release number for the executed HSDK library.

Owning Class

CaHarvest

Arguments

None

Return Value

CaString - String identifier of HSDK release number

Example

CaHarvest Harvest(“MyBrokerName”);
cout << Harvest.GetHSDKRelesae() << endl;

More information: