ReactOS 0.4.16-dev-1948-gd260c1d
_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
 
struct location where
 

Detailed Description

Definition at line 340 of file widltypes.h.

Member Data Documentation

◆ entry

struct list _attr_t::entry

Definition at line 347 of file widltypes.h.

Referenced by append_attr(), and map_attrs().

◆ ival

unsigned int _attr_t::ival

Definition at line 343 of file widltypes.h.

◆ pval

void* _attr_t::pval

Definition at line 344 of file widltypes.h.

◆ type

enum attr_type _attr_t::type

Definition at line 341 of file widltypes.h.

Referenced by append_attr().

◆ 

union { ... } _attr_t::u

◆ where

struct location _attr_t::where

Definition at line 348 of file widltypes.h.


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