BthGetMode (Windows Embedded CE 6.0)
1/6/2010
This function is used to retrieve the current mode of operation of the Bluetooth radio.
Syntax
int BthGetMode(
DWORD*
pdwMode
);
Parameters
- pdwMode
[out] Indicates the current mode of operation of the Bluetooth radio.
Return Value
Returns ERROR_SUCCESS on success or returns an error code on failure.
Remarks
The possible values returned by this function are defined in the BTH_RADIO_MODE enumeration. Use the BthSetMode function to set the mode of operation.
Requirements
Header | bthutil.h |
Library | Bthutil.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
Bluetooth Application Development Functions