// bthioctl.h
typedef struct _BTH_SDP_DISCONNECT {
HANDLE_SDP_TYPE HANDLE_SDP_FIELD_NAME;
} BTH_SDP_DISCONNECT, *PBTH_SDP_DISCONNECT;
View the official Windows Driver Kit DDI referenceNo description available.
The BTH_SDP_DISCONNECT structure contains input information about a connection handle to the remote SDP connection to terminate. This structure is passed as the input buffer of IOCTL_BTH_SDP_DISCONNECT.
HANDLE_SDP_FIELD_NAMEWhen the connect request returns, this specifies the handle to the SDP connection to the remote server.