CHANNEL_CONFIG_RESULTS structure (bthddi.h)
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.
Syntax
typedef struct _CHANNEL_CONFIG_RESULTS {
CHANNEL_CONFIG_PARAMETERS Params;
ULONG ExtraOptionsBufferSize;
} CHANNEL_CONFIG_RESULTS, *PCHANNEL_CONFIG_RESULTS;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Versions:_Supported in Windows Vista, and later. |
Header | bthddi.h (include Bthddi.h) |