Função BluetoothUnregisterAuthentication (bluetoothapis.h)
A função BluetoothUnregisterAuthentication remove o registro de uma rotina de retorno de chamada que foi registrada anteriormente com uma chamada para a função BluetoothRegisterForAuthentication .
Sintaxe
BOOL BluetoothUnregisterAuthentication(
HBLUETOOTH_AUTHENTICATION_REGISTRATION hRegHandle
);
Parâmetros
hRegHandle
Identificador retornado por uma chamada anterior para a função BluetoothRegisterForAuthentication .
Retornar valor
Retorna TRUE quando o registro de autenticação é removido com êxito. Retornará FALSE se o identificador especificado não for fechado com êxito.
Chame a função GetLastError para obter mais informações sobre o erro. A tabela a seguir descreve um erro comum:
Código de retorno | Descrição |
---|---|
|
O identificador é NULL. |
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows Vista, Windows XP com SP2 [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Nenhum compatível |
Plataforma de Destino | Windows |
Cabeçalho | bluetoothapis.h (inclua Bthsdpdef.h, BluetoothAPIs.h) |
Biblioteca | Bthprops.lib |
DLL | bthprops.cpl |
Confira também
BluetoothAuthenticateMultipleDevices
BluetoothEnableIncomingConnections