bthprops Topic
Common Controls Library
Implements a wide variety of standard Windows controls, such as File Open, Save, and Save As dialogs, progress bars, and list views. It creates and manages the windows for these UI elements, places various graphic elements within them, and collects user input.
Functions
-
BluetoothAuthenticateDeviceEx(
int hwndParentIn, int hRadioIn, Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdiInout, Pointer<BLUETOOTH_OOB_DATA_INFO> pbtOobData, int authenticationRequirement) → int - The BluetoothAuthenticateDeviceEx function sends an authentication request to a remote Bluetooth device. Additionally, this function allows for out-of-band data to be passed into the function call for the device being authenticated. [...]
-
BluetoothDisplayDeviceProperties(
int hwndParent, Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdi) → int - The BluetoothDisplayDeviceProperties function opens the Control Panel device information property sheet. [...]
-
BluetoothEnableDiscovery(
int hRadio, int fEnabled) → int bthprops - The BluetoothEnableDiscovery function changes the discovery state of a local Bluetooth radio or radios. [...]
-
BluetoothEnableIncomingConnections(
int hRadio, int fEnabled) → int bthprops - The BluetoothEnableIncomingConnections function modifies whether a local Bluetooth radio accepts incoming connections. [...]
-
BluetoothEnumerateInstalledServices(
int hRadio, Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdi, Pointer<Uint32> pcServiceInout, Pointer<GUID> pGuidServices) → int - The BluetoothEnumerateInstalledServices function enumerates the services GUIDs (Globally Unique Identifiers) enabled on a Bluetooth device. [...]
-
BluetoothFindDeviceClose(
int hFind) → int bthprops - The BluetoothFindDeviceClose function closes an enumeration handle associated with a device query. [...]
-
BluetoothFindFirstDevice(
Pointer< bthpropsBLUETOOTH_DEVICE_SEARCH_PARAMS> pbtsp, Pointer<BLUETOOTH_DEVICE_INFO> pbtdi) → int - The BluetoothFindFirstDevice function begins the enumeration Bluetooth devices. [...]
-
BluetoothFindFirstRadio(
Pointer< bthpropsBLUETOOTH_FIND_RADIO_PARAMS> pbtfrp, Pointer<IntPtr> phRadio) → int - The BluetoothFindFirstRadio function begins the enumeration of local Bluetooth radios. [...]
-
BluetoothFindNextDevice(
int hFind, Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdi) → int - The BluetoothFindNextDevice function finds the next Bluetooth device. [...]
-
BluetoothFindNextRadio(
int hFind, Pointer< bthpropsIntPtr> phRadio) → int - The BluetoothFindNextRadio function finds the next Bluetooth radio. [...]
-
BluetoothFindRadioClose(
int hFind) → int bthprops - The BluetoothFindRadioClose function closes the enumeration handle associated with finding Bluetooth radios. [...]
-
BluetoothGetRadioInfo(
int hRadio, Pointer< bthpropsBLUETOOTH_RADIO_INFO> pRadioInfo) → int - The BluetoothGetRadioInfo function obtains information about a Bluetooth radio. [...]
-
BluetoothIsConnectable(
int hRadio) → int bthprops - The BluetoothIsConnectable function determines whether a Bluetooth radio or radios is connectable. [...]
-
BluetoothIsDiscoverable(
int hRadio) → int bthprops - The BluetoothIsDiscoverable function determines whether a Bluetooth radio or radios is discoverable. [...]
-
BluetoothIsVersionAvailable(
int MajorVersion, int MinorVersion) → int bthprops - The BluetoothIsVersionAvailable function indicates if the installed Bluetooth binary set supports the requested version. [...]
-
BluetoothRegisterForAuthenticationEx(
Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdiIn, Pointer<IntPtr> phRegHandleOut, Pointer<NativeFunction< pfnCallbackIn, Pointer<PfnAuthenticationCallbackEx> >NativeType> pvParam) → int - The BluetoothRegisterForAuthenticationEx function registers an application for a pin request, numeric comparison and callback function. [...]
-
BluetoothRemoveDevice(
Pointer< bthpropsBLUETOOTH_ADDRESS> pAddress) → int - The BluetoothRemoveDevice function removes authentication between a Bluetooth device and the computer and clears cached service information for the device. [...]
-
BluetoothSetServiceState(
int hRadio, Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdi, Pointer<GUID> pGuidService, int dwServiceFlags) → int - The BluetoothSetServiceState function enables or disables services for a Bluetooth device. [...]
-
BluetoothUnregisterAuthentication(
int hRegHandle) → int bthprops - The BluetoothUnregisterAuthentication function removes registration for a callback routine that was previously registered with a call to the BluetoothRegisterForAuthentication function. [...]
-
BluetoothUpdateDeviceRecord(
Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdi) → int - The BluetoothUpdateDeviceRecord function updates the local computer cache about a Bluetooth device. [...]