CO_HEADER - NtDoc

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

typedef struct _CO_HEADER {
  CO_TYPE   Type;
  CO_LENGTH Length;
} CO_HEADER;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CO_HEADER structure

Description

The CO_HEADER structure is used to specify values for the Header member of the L2CAP_CONFIG_OPTION structure.

Members

Type

The type of the vendor-specific option stored in the L2CAP_CONFIG_OPTION structure. This can accept either an option or a hint.

Length

The size, in bytes, of the vendor-specific option stored in the L2CAP_CONFIG_OPTION structure.

See also

L2CAP_CONFIG_OPTION