OPTCOMBO - NtDoc

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

typedef struct _OPTCOMBO {
  WORD      cbSize;
  BYTE      Flags;
  WORD      cListItem;
  POPTPARAM pListItem;
  LONG      Sel;
  DWORD     dwReserved[3];
} OPTCOMBO, *POPTCOMBO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-compstui-_optcombo)

Description

Describes the OPTCOMBO structure.

Members

cbSize

Defines the WORD member cbSize.

Flags

Defines the BYTE member Flags.

cListItem

Defines the WORD member cListItem.

pListItem

Defines the POPTPARAM member pListItem.

Sel

Defines the LONG member Sel.

dwReserved

Reserved for future use.