GetAPIVersion function
The GetAPIVersion function will return the current API version.Syntax
int __stdcall GetAPIVersion(
__in int flags
);
Parameters
flags [in] This parameter can be zero or a combination of the following values.
Value | Meaning |
GAV_LOWEST_SUPPORTED_VERSION 0x1 | Instead of returning the current API version, it will return the lowest supported API version. |
Return value
This return value can be one of the following values:
Value | Meaning |
V_TV_SERVER_1 0 | A reference to API version 1.00 of TV's server. |
Requirements
Should be exported by | - |
Minimum supported API | 1.00
|
Header | tvsserver_base.h |