ReactOS 0.4.15-dev-7931-gfd331f1
DRAW_ITEM_STRUCT Struct Reference
Collaboration diagram for DRAW_ITEM_STRUCT:

Public Attributes

union {
   struct {
      UINT   type: 4
 
      UINT   ctl_id: 4
 
      UINT   item_id: 4
 
      UINT   action: 4
 
      UINT   state: 16
 
   }   item
 
   LPARAM   lp
 
u
 

Detailed Description

Definition at line 82 of file msg.c.

Member Data Documentation

◆ action

UINT DRAW_ITEM_STRUCT::action

Definition at line 91 of file msg.c.

◆ ctl_id

UINT DRAW_ITEM_STRUCT::ctl_id

Definition at line 89 of file msg.c.

◆ 

struct { ... } DRAW_ITEM_STRUCT::item

Referenced by add_message_().

◆ item_id

UINT DRAW_ITEM_STRUCT::item_id

Definition at line 90 of file msg.c.

◆ lp

LPARAM DRAW_ITEM_STRUCT::lp

Definition at line 94 of file msg.c.

Referenced by add_message_().

◆ state

UINT DRAW_ITEM_STRUCT::state

Definition at line 92 of file msg.c.

◆ type

UINT DRAW_ITEM_STRUCT::type

Definition at line 88 of file msg.c.

◆ 

union { ... } DRAW_ITEM_STRUCT::u

Referenced by add_message_().


The documentation for this struct was generated from the following file: