BthGetMode

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Pocket PC for Windows Mobile 2003 and later, Smartphone for Windows Mobile 2003 and later

See Also

Reference

Bluetooth Application Development Functions

Concepts

Changing the Bluetooth Radio Mode