RP1210_READVERSION (): Notes
This function is called by the client application to read the version information for the API DLL. This function has been superseded by RP1210_ReadDetailedVersion (), although it will remain for backward compatibility. Applications should discontinue use of this function.
A note to C# developers, the parameters are listed as "StringBuilder" types. VDA vendors only populate the first character. To access the parameter after a call, you must only use the [0] element from that parameter - i.e., "fpchDLLMajorVersion [0]", "fpchDLLMinorVersion [0]", etc.