BthSetMode

Use the BthSetMode function to set the Bluetooth mode of operation and reflect it in the control panel. This function is also used to persist that state across hardware insertion and reboot.

Syntax

int BthSetMode(
  DWORD dwMode 
);

Parameters

  • dwMode
    [in] Indicates the mode of operation that the Bluetooth radio should be set to. See BTH_RADIO_MODE for possible values.

Return Values

Returns ERROR_SUCCESS on success or returns an error code on failure.

Requirements

Smartphone: Windows Mobile 2003 and later
OS Versions: Windows CE .NET 4.2 and later
Header: Declared in bthutil.h
Library: Use bthutil.lib

See Also

BthGetMode | BTH_RADIO_MODE

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.