[DllImport("ipaqutil.dll", SetLastError=true)]
static extern bool iPAQGetBlueToothRadioStatus(ref int RadioStatus);
Declare Function iPAQGetBlueToothRadioStatus Lib "ipaqutil.dll" (TODO) As TODO
- 1 if radio is enabled.
- 0 if radio is disabled.
Do you know one? Please contribute it!
IPAQUTIL_API BOOL iPAQGetBlueToothRadioStatus(DWORD *lpdwValue);
According to http://www.high-point.com/RadioControl.htm
Please add some!
Please add some!