RIL_GetRadioPresence (Windows Embedded CE 6.0)
1/6/2010
This function determines if the radio is present.
Syntax
HRESULT RIL_GetRadioPresence(
HRIL hRIL,
DWORD* dwRadioPresence
);
Parameters
- hRIL
Handle to the RIL instance returned by RIL_Initialize.
- dwRadioPresence
Specifies the pointer to a DWORD.
Return Value
Positive HRESULT values indicate success and are used as command identifications for matching the asynchronous call result. Negative HRESULT values indicate an error. Errors are 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 |