CHANNEL_CONFIG_RESULTS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthddi.h

typedef struct _CHANNEL_CONFIG_RESULTS {
  CHANNEL_CONFIG_PARAMETERS Params;
  ULONG                     ExtraOptionsBufferSize;
} CHANNEL_CONFIG_RESULTS, *PCHANNEL_CONFIG_RESULTS;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-bthddi-_channel_config_results)

_CHANNEL_CONFIG_RESULTS structure

Description

The CHANNEL_CONFIG_RESULTS structure contains configuration parameters and the buffer size of any extra options for the inbound and outbound directions of a L2CAP channel.

Members

Params

A CHANNEL_CONFIG_PARAMETERS structure that contains the parameters for the specified direction of the channel.

ExtraOptionsBufferSize

The size, in bytes, required in the buffer to retrieve the current extra options for the specified direction.

Remarks

The CHANNEL_CONFIG_RESULTS structure is passed in the InResults and OutResults members of the _BRB_L2CA_OPEN_CHANNEL structure.

See also

CHANNEL_CONFIG_PARAMETERS

_BRB_L2CA_OPEN_CHANNEL