|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | RX_SRVCALL_POOLTAG ('cSxR') |
| #define | RX_NETROOT_POOLTAG ('rNxR') |
| #define | RX_V_NETROOT_POOLTAG ('nVxR') |
| #define | RX_FCB_POOLTAG ('cFxR') |
| #define | RX_NONPAGEDFCB_POOLTAG ('fNxR') |
| #define | RX_WORKQ_POOLTAG ('qWxR') |
| #define | RX_MISC_POOLTAG ('sMxR') |
| #define | RX_IRPC_POOLTAG ('rIxR') |
| #define | RX_DEFINE_POOLTAG(ExplodedPoolTag, DefaultPoolTag) ((RxExplodePoolTags == 0) ? (DefaultPoolTag) : (ExplodedPoolTag)) |
| #define | RX_DIRCTL_POOLTAG RX_DEFINE_POOLTAG('cDxR', RX_MISC_POOLTAG) |
Variables | |
| ULONG | RxExplodePoolTags |
| #define RX_DEFINE_POOLTAG | ( | ExplodedPoolTag, | |
| DefaultPoolTag | |||
| ) | ((RxExplodePoolTags == 0) ? (DefaultPoolTag) : (ExplodedPoolTag)) |
Definition at line 18 of file rxpooltg.h.
| #define RX_DIRCTL_POOLTAG RX_DEFINE_POOLTAG('cDxR', RX_MISC_POOLTAG) |
Definition at line 20 of file rxpooltg.h.
| #define RX_FCB_POOLTAG ('cFxR') |
Definition at line 7 of file rxpooltg.h.
| #define RX_IRPC_POOLTAG ('rIxR') |
Definition at line 11 of file rxpooltg.h.
| #define RX_MISC_POOLTAG ('sMxR') |
Definition at line 10 of file rxpooltg.h.
| #define RX_NETROOT_POOLTAG ('rNxR') |
Definition at line 5 of file rxpooltg.h.
| #define RX_NONPAGEDFCB_POOLTAG ('fNxR') |
Definition at line 8 of file rxpooltg.h.
| #define RX_SRVCALL_POOLTAG ('cSxR') |
Definition at line 4 of file rxpooltg.h.
| #define RX_V_NETROOT_POOLTAG ('nVxR') |
Definition at line 6 of file rxpooltg.h.
| #define RX_WORKQ_POOLTAG ('qWxR') |
Definition at line 9 of file rxpooltg.h.