Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
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_SUCCESSon success or returns an error code on failure.

Remarks

The possible values returned by this function are defined in the BTH_RADIO_MODEenumeration. Use the BthSetModefunction 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