ReactOS 0.4.17-dev-769-g1500a35
cps_data Struct Reference
Collaboration diagram for cps_data:

Public Types

enum  { HANDLE_FREE = 0 , HANDLE_PROPSHEET , HANDLE_PROPSHEETPAGE , HANDLE_PROPSHEETFUNC }
 

Public Attributes

enum cps_data:: { ... }  type
 
union {
   void *   data
 
   struct cps_data *   next_free
 
   struct propsheet *   ps
 
   struct propsheetpage *   psp
 
   struct propsheetfunc *   psf
 
}; 
 

Detailed Description

Definition at line 84 of file compstui_main.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
HANDLE_FREE 
HANDLE_PROPSHEET 
HANDLE_PROPSHEETPAGE 
HANDLE_PROPSHEETFUNC 

Definition at line 86 of file compstui_main.c.

87 {
88 HANDLE_FREE = 0,
92 } type;
@ HANDLE_PROPSHEET
Definition: compstui_main.c:89
@ HANDLE_PROPSHEETPAGE
Definition: compstui_main.c:90
@ HANDLE_PROPSHEETFUNC
Definition: compstui_main.c:91
enum cps_data::@353 type

Member Data Documentation

◆ 

union { ... } cps_data::@355

◆ data

void* cps_data::data

Definition at line 95 of file compstui_main.c.

◆ next_free

struct cps_data* cps_data::next_free

Definition at line 96 of file compstui_main.c.

◆ ps

◆ psf

struct propsheetfunc* cps_data::psf

Definition at line 99 of file compstui_main.c.

Referenced by add_propsheetfunc().

◆ psp

◆ 

enum { ... } cps_data::type

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