ReactOS 0.4.15-dev-7788-g1ad9096
mtext Struct Reference

#include <wpp_private.h>

Collaboration diagram for mtext:

Public Attributes

struct mtextnext
 
struct mtextprev
 
def_exp_t type
 
union {
   char *   text
 
   int   argidx
 
subst
 
union {
   char *   text
 
   int   argidx
 
subst
 

Detailed Description

Definition at line 75 of file wpp_private.h.

Member Data Documentation

◆ argidx

int mtext::argidx

Definition at line 81 of file wpp_private.h.

◆ next

struct mtext * mtext::next

Definition at line 76 of file wpp_private.h.

◆ prev

struct mtext * mtext::prev

Definition at line 77 of file wpp_private.h.

◆  [1/2]

union { ... } mtext::subst

◆  [2/2]

union { ... } mtext::subst

◆ text

char* mtext::text

Definition at line 80 of file wpp_private.h.

◆ type

def_exp_t mtext::type

Definition at line 78 of file wpp_private.h.


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