Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 463 of file typegen.c.
Referenced by write_proc_func_header().
{ unsigned int flags = 0; if (is_attr( attrs, ATTR_IDEMPOTENT )) flags |= 0x0001; if (is_attr( attrs, ATTR_BROADCAST )) flags |= 0x0002; if (is_attr( attrs, ATTR_MAYBE )) flags |= 0x0004; if (is_attr( attrs, ATTR_MESSAGE )) flags |= 0x0100; if (is_attr( attrs, ATTR_ASYNC )) flags |= 0x4000; return flags; }