ReactOS 0.4.15-dev-7953-g1f49173
MacroDesc Struct Reference
Collaboration diagram for MacroDesc:

Public Attributes

const charname
 
const charalias
 
BOOL isBool
 
const chararguments
 
voidfn
 

Detailed Description

Definition at line 38 of file macro.c.

Member Data Documentation

◆ alias

const char* MacroDesc::alias

Definition at line 40 of file macro.c.

◆ arguments

const char* MacroDesc::arguments

Definition at line 42 of file macro.c.

◆ fn

void* MacroDesc::fn

Definition at line 43 of file macro.c.

◆ isBool

BOOL MacroDesc::isBool

Definition at line 41 of file macro.c.

◆ name

const char* MacroDesc::name

Definition at line 39 of file macro.c.

Referenced by MACRO_Lookup().


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