|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| __drv_maxIRQL (PASSIVE_LEVEL) PUNICODE_STRING NTAPI WDFEXPORT(WdfFileObjectGetFileName)(__in PWDF_DRIVER_GLOBALS DriverGlobals | |
| FxObjectHandleGetPtrAndGlobals (GetFxDriverGlobals(DriverGlobals), FileObject, FX_TYPE_FILEOBJECT,(PVOID *)&pFO, &pFxDriverGlobals) | |
| if (!NT_SUCCESS(status)) | |
| if (pFO->GetWdmFileObject() !=NULL) | |
| __drv_maxIRQL (DISPATCH_LEVEL) ULONG NTAPI WDFEXPORT(WdfFileObjectGetFlags)(__in PWDF_DRIVER_GLOBALS DriverGlobals | |
| FxObjectHandleGetPtr (GetFxDriverGlobals(DriverGlobals), FileObject, FX_TYPE_FILEOBJECT,(PVOID *)&pFO) | |
| return pFO | GetDevice () -> GetHandle() |
Variables | |
| __in WDFFILEOBJECT | FileObject |
| PFX_DRIVER_GLOBALS | pFxDriverGlobals |
| NTSTATUS | status = FxVerifierCheckIrqlLevel(pFxDriverGlobals, PASSIVE_LEVEL) |
| FxFileObject * | pFO = NULL |
| else | |
| __drv_maxIRQL | ( | DISPATCH_LEVEL | ) |
| __drv_maxIRQL | ( | PASSIVE_LEVEL | ) |
| FxObjectHandleGetPtr | ( | GetFxDriverGlobals(DriverGlobals) | , |
| FileObject | , | ||
| FX_TYPE_FILEOBJECT | , | ||
| (PVOID *)& | pFO | ||
| ) |
| FxObjectHandleGetPtrAndGlobals | ( | GetFxDriverGlobals(DriverGlobals) | , |
| FileObject | , | ||
| FX_TYPE_FILEOBJECT | , | ||
| (PVOID *)& | pFO, | ||
| & | pFxDriverGlobals | ||
| ) |
| if | ( | ! | NT_SUCCESSstatus | ) |
Definition at line 82 of file fxfileobjectapi.cpp.
| if | ( | pFO->GetWdmFileObject() ! | = NULL | ) |
Definition at line 86 of file fxfileobjectapi.cpp.
| else |
Definition at line 89 of file fxfileobjectapi.cpp.
| __in WDFFILEOBJECT FileObject |
Definition at line 45 of file fxfileobjectapi.cpp.
| FxFileObject * pFO = NULL |
Definition at line 70 of file fxfileobjectapi.cpp.
Referenced by __drv_maxIRQL(), FolderOptionsViewDlg(), if(), and ViewDlg_OnInitDialog().
| PFX_DRIVER_GLOBALS pFxDriverGlobals |
Definition at line 68 of file fxfileobjectapi.cpp.
Definition at line 69 of file fxfileobjectapi.cpp.