PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK typedef

PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK = BOOL Function(ULONG uAttribId, LPBYTE pValueStream, ULONG cbStreamSize, LPVOID pvParam)

Application-defined callback function that is called once for each attribute found in the pSDPStream parameter passed to the BluetoothSdpEnumAttributes function call.

Implementation

typedef PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK = BOOL Function(
    ULONG uAttribId, LPBYTE pValueStream, ULONG cbStreamSize, LPVOID pvParam);