Get the version information of the DataBroker library.
Syntax
SCODE DataBroker_ GetVersionInfo (
BYTE *byMajor,
BYTE *byMinor,
BYTE *byBuild,
BYTE *byRevision
);
Parameters
*byMajor
[out] the pointer to the Major byte of the version.
*byMinor
[out] the pointer to the Minor byte of the version.
*byBuild
[out] the pointer to the Build byte of the version.
*byRevision
[out] the pointer to the Revision byte of the version.
Return Values
DATABROKER_S_OK