RIL_GetDriverVersion
A version of this page is also available for
4/8/2010
This function retrieves the driver version information.
Syntax
HRESULT RIL_GetDriverVersion(
HRIL hRil,
DWORD *pdwVersion
);
Parameters
- hRil
Handle to the RIL instance returned by RIL_Initialize.
- pdwVersion
A pointer to the version number. The high-order word is the major version number and the low-order word is the minor version number. Use the HIWORD and LOWORD macros to retrieve major and minor version numbers respectively.
Return Value
A return value of S_OK indicate success. Negative HRESULT values indicate an error. Errorsare defined in the Ril.h file.
Remarks
This function is synchronous.
Requirements
Header | ril.h |
Library | Ril.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |