ReactOS 0.4.15-dev-7958-gcd0bb1a
_attr_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _attr_t:

Public Attributes

enum attr_type type
 
union {
   unsigned int   ival
 
   void *   pval
 
u
 
struct list entry
 

Detailed Description

Definition at line 297 of file widltypes.h.

Member Data Documentation

◆ entry

struct list _attr_t::entry

Definition at line 304 of file widltypes.h.

◆ ival

unsigned int _attr_t::ival

Definition at line 300 of file widltypes.h.

◆ pval

void* _attr_t::pval

Definition at line 301 of file widltypes.h.

◆ type

enum attr_type _attr_t::type

Definition at line 298 of file widltypes.h.

◆ 

union { ... } _attr_t::u

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