BTH_SDP_DISCONNECT structure (bthioctl.h)

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.

Syntax

typedef struct _BTH_SDP_DISCONNECT {
  HANDLE_SDP_TYPE HANDLE_SDP_FIELD_NAME;
} BTH_SDP_DISCONNECT, *PBTH_SDP_DISCONNECT;

Members

HANDLE_SDP_FIELD_NAME

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

Requirements

Requirement Value
Header bthioctl.h (include Bthioctl.h)

See also