|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Variables | |
| _Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES | Attributes |
| _Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES __in __in_opt ULONG | PoolTag |
| _Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES __in __in_opt ULONG __in __out WDFMEMORY * | Memory = NULL |
| _Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES __in __in_opt ULONG __in __out WDFMEMORY __out_opt PVOID * | Buffer |
| PFX_DRIVER_GLOBALS | pFxDriverGlobals = GetFxDriverGlobals(DriverGlobals) |
| FxMemoryObject * | pBuffer |
| WDFMEMORY | hMemory |
| NTSTATUS | status = FxValidateObjectAttributes(pFxDriverGlobals, Attributes) |
| else | |
| __in WDFMEMORY __out_opt size_t * | BufferSize |
| IFxMemory * | pMemory |
| _Must_inspect_result_ __in WDFMEMORY | SourceMemory |
| _Must_inspect_result_ __in WDFMEMORY __in size_t | SourceOffset |
| _Must_inspect_result_ __in WDFMEMORY | DestinationMemory |
| _Must_inspect_result_ __in WDFMEMORY __in size_t | DestinationOffset |
| _Must_inspect_result_ __drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
| _Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES __in __drv_strictTypeMatch | ( | __drv_typeExpr | ) |
| _Must_inspect_result_ __in_opt PWDF_OBJECT_ATTRIBUTES __in __in_opt ULONG __in __drv_when | ( | BufferSize | = = 0, |
| __drv_reportError(BufferSize cannot be zero) | |||
| ) |
| _Must_inspect_result_ __in WDFMEMORY __in size_t __in PVOID __in __drv_when | ( | NumBytesToCopyFrom | = = 0, |
| __drv_reportError(NumBytesToCopyFrom cannot be zero) | |||
| ) |
Definition at line 302 of file fxmemorybufferapi.cpp.
| _Must_inspect_result_ __in WDFMEMORY __in size_t __in __drv_when | ( | NumBytesToCopyTo | = = 0, |
| __drv_reportError(NumBytesToCopyTo cannot be zero) | |||
| ) |
Definition at line 223 of file fxmemorybufferapi.cpp.
| _Must_inspect_result_ __drv_when | ( | PoolType | = = 1 || PoolType == 257, |
| __drv_maxIRQL(APC_LEVEL) | |||
| ) |
| _Must_inspect_result_ __in WDFMEMORY __in size_t __out_bcount | ( | NumBytesToCopyTo | ) |
| FxObjectHandleGetPtr | ( | GetFxDriverGlobals(DriverGlobals) | , |
| Memory | , | ||
| IFX_TYPE_MEMORY | , | ||
| (PVOID *)& | pMemory | ||
| ) |
Referenced by __drv_when().
| FxPointerNotNull | ( | pFxDriverGlobals | , |
| Memory | |||
| ) |
| FxVerifierCheckNxPoolType | ( | pFxDriverGlobals | , |
| PoolType | , | ||
| PoolTag | |||
| ) |
| if | ( | ! | NT_SUCCESSstatus | ) |
Definition at line 128 of file fxmemorybufferapi.cpp.
| if | ( | BufferSize ! | = NULL | ) |
Definition at line 201 of file fxmemorybufferapi.cpp.
| if | ( | BufferSize | = = 0 | ) |
Definition at line 118 of file fxmemorybufferapi.cpp.
| if | ( | FxIsPagedPoolType(PoolType) | ) |
Definition at line 111 of file fxmemorybufferapi.cpp.
Definition at line 98 of file fxmemorybufferapi.cpp.
| if | ( | NT_SUCCESS(status) | ) |
Definition at line 152 of file fxmemorybufferapi.cpp.
| if | ( | PoolTag | = = 0 | ) |
Definition at line 132 of file fxmemorybufferapi.cpp.
Definition at line 43 of file fxmemorybufferapi.cpp.
Definition at line 55 of file fxmemorybufferapi.cpp.
| __in WDFMEMORY __out_opt size_t* BufferSize |
Definition at line 175 of file fxmemorybufferapi.cpp.
| _Must_inspect_result_ __in WDFMEMORY DestinationMemory |
Definition at line 296 of file fxmemorybufferapi.cpp.
| _Must_inspect_result_ __in WDFMEMORY __in size_t DestinationOffset |
Definition at line 298 of file fxmemorybufferapi.cpp.
Referenced by __drv_when().
| else |
Definition at line 158 of file fxmemorybufferapi.cpp.
| WDFMEMORY hMemory |
Definition at line 90 of file fxmemorybufferapi.cpp.
Referenced by if().
Definition at line 53 of file fxmemorybufferapi.cpp.
| FxMemoryObject* pBuffer |
Definition at line 89 of file fxmemorybufferapi.cpp.
Referenced by if().
| pFxDriverGlobals = GetFxDriverGlobals(DriverGlobals) |
Definition at line 88 of file fxmemorybufferapi.cpp.
Referenced by __drv_when(), and if().
| IFxMemory* pMemory |
Definition at line 194 of file fxmemorybufferapi.cpp.
Referenced by if().
Definition at line 48 of file fxmemorybufferapi.cpp.
| _Must_inspect_result_ __in WDFMEMORY SourceMemory |
Definition at line 217 of file fxmemorybufferapi.cpp.
| _Must_inspect_result_ __in WDFMEMORY __in size_t SourceOffset |
Definition at line 219 of file fxmemorybufferapi.cpp.
Referenced by __drv_when().
Definition at line 91 of file fxmemorybufferapi.cpp.
Referenced by __drv_when(), and if().