{
ARG_NONE = 0, /* indicates end of arg list */ARG_WORD, /* unsigned word */ARG_SWORD, /* signed word */ARG_LONG, /* long or segmented pointer */ARG_PTR, /* linear pointer */ARG_STR, /* linear pointer to null-terminated string */ARG_SEGSTR, /* segmented pointer to null-terminated string */ARG_VARARG/* start of varargs */
};
Generated on Fri May 25 2012 05:55:51 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.