iPAQGetBlueToothRadioStatus (ipaqutil)
Last changed: -84.81.75.110

.
Summary
Disables the iPAQ Bluetooth Radio. The BthRadio.dll equivalent works on Microsoft Bluetooth Stack, however iPAQ PDAs use the Widdcom stack.

C# Signature:

[DllImport("ipaqutil.dll", SetLastError=true)]
static extern bool iPAQGetBlueToothRadioStatus(ref int RadioStatus);

VB Signature:

Declare Function iPAQGetBlueToothRadioStatus Lib "ipaqutil.dll" (TODO) As TODO

User-Defined Types:

RadioStatus:

- 1 if radio is enabled.

- 0 if radio is disabled.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

IPAQUTIL_API BOOL iPAQGetBlueToothRadioStatus(DWORD *lpdwValue);

According to http://www.high-point.com/RadioControl.htm

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation