RIL_GetDevCaps (Compact 2013)

3/26/2014

This function retrieves the capabilities of a device.

Syntax

HRESULT RIL_GetDevCaps(
  HRIL hRil,
  DWORD dwCapsType
);

Parameters

  • [in] dwCapsType
    A single Caps Type Constants value indicating the capabilities of the device to query.

Return Value

RIL_RESULT_OK indicates that the capability is supported, any other value indicates that the capability is not supported.

Remarks

This function is implemented by a RIL driver and is called to retrieve various capabilities of the device.

The RIL proxy translates the RIL_GetDevCaps function into IOCTL_RIL_GetDevCaps when the RIL proxy calls RIL_IOControl.

Requirements

Header

ril.h

Library

Ril.lib

See Also

Reference

RIL Functions
RIL_Initialize
RIL_ManageCalls
Caps Type Constants