PFN_AUTHENTICATION_CALLBACK_EX コールバック関数 (bluetoothapis.h)
PFN_AUTHENTICATION_CALLBACK_EX関数は、BluetoothRegisterForAuthenticationEx 関数と組み合わせて使用されるコールバック関数プロトタイプです。
メモ この構造は、Windows Vista SP2 と Windows 7 でサポートされています。
構文
PFN_AUTHENTICATION_CALLBACK_EX PfnAuthenticationCallbackEx;
BOOL PfnAuthenticationCallbackEx(
[in, optional] LPVOID pvParam,
[in] PBLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS pAuthCallbackParams
)
{...}
パラメーター
[in, optional] pvParam
任意。 以前に BluetoothRegisterForAuthentication 関数に渡されたコンテキスト ポインター。
[in] pAuthCallbackParams
認証要求に応答する Bluetooth デバイスに固有のデバイスと認証構成情報を含む BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS 構造体。
戻り値
この関数からの戻り値は、システムによって無視されます。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista、SP2 を使用した Windows XP [デスクトップ アプリのみ] |
サポートされている最小のサーバー | サポートなし |
対象プラットフォーム | Windows |
ヘッダー | bluetoothapis.h (Bthsdpdef.h、BluetoothAPIs.h を含む) |