ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Macros | |
#define | INLINE __inline |
#define | INVALID_HANDLE_VALUE ((HANDLE)-1) |
#define | RxCaptureFcb PFCB __C_Fcb = (PFCB)(RxContext->pFcb) |
#define | RxCaptureFobx PFOBX __C_Fobx = (PFOBX)(RxContext->pFobx) |
#define | RxCaptureParamBlock PIO_STACK_LOCATION __C_IrpSp = RxContext->CurrentIrpSp |
#define | RxCaptureFileObject PFILE_OBJECT __C_FileObject = __C_IrpSp-> FileObject |
#define | capFcb __C_Fcb |
#define | capFobx __C_Fobx |
#define | capPARAMS __C_IrpSp |
#define | capFileObject __C_FileObject |
#define | RxAllocatePoolWithTag ExAllocatePoolWithTag |
#define | RxFreePool ExFreePool |
#define | RxIsResourceOwnershipStateExclusive(Resource) (FlagOn((Resource)->Flag, ResourceOwnedExclusive)) |
#define | RxMdlIsLocked(Mdl) ((Mdl)->MdlFlags & MDL_PAGES_LOCKED) |
#define | RxMdlSourceIsNonPaged(Mdl) ((Mdl)->MdlFlags & MDL_SOURCE_IS_NONPAGED_POOL) |
#define | RxGetRequestorProcess(RxContext) IoGetRequestorProcess(RxContext->CurrentIrp) |
#define | RxAdjustAllocationSizeforCC(Fcb) |
#define RxAllocatePoolWithTag ExAllocatePoolWithTag |
#define RxCaptureFileObject PFILE_OBJECT __C_FileObject = __C_IrpSp-> FileObject |
#define RxCaptureParamBlock PIO_STACK_LOCATION __C_IrpSp = RxContext->CurrentIrpSp |
#define RxFreePool ExFreePool |
#define RxGetRequestorProcess | ( | RxContext | ) | IoGetRequestorProcess(RxContext->CurrentIrp) |
#define RxMdlIsLocked | ( | Mdl | ) | ((Mdl)->MdlFlags & MDL_PAGES_LOCKED) |