Share via


RIL_GetDriverVersion

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function retrieves the driver version information.

Syntax

HRESULT RIL_GetDriverVersion(
  HRIL hRil,
  DWORD *pdwVersion
);

Parameters

  • 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

See Also

Reference

RIL_Initialize