BTH_SDP_DISCONNECT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthioctl-_bth_sdp_disconnect)

_BTH_SDP_DISCONNECT structure

Description

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.

Members

HANDLE_SDP_FIELD_NAME

When the connect request returns, this specifies the handle to the SDP connection to the remote server.

See also