SetRadioStatus
This function can be used to set the state of the radio transmitter and receiver.
DWORD SetRadioStatus(
   DWORD dwStatus
);
Parameters
dwStatus
[in] The radio hardware status. A value of 1 enables the radio, while 0 turns the radio off.

Return values
Zero indicates success. A non zero number indicates that an error occurred. For additional error information, enable the library debug mode.

Remarks
Radio on reffers to full power (LINEEQUIPSTATE_FULL).
This function is synchronous.

Requirements
OS Versions: Windows CE 1.0 and later.
Header: dynril.h.
Dll Library: dynrildll.dll.

For the latest DynRIL version, visit www.teksoftco.com.