@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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: iPAQGetBlueToothRadioStatus@msdn on MSDN
Edit ipaqutil.iPAQGetB...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.