|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | WDFENTRY_TAG 'EFDW' |
Variables | |
| const WDFFUNC * | WdfFunctions |
| PWDF_DRIVER_GLOBALS | WdfDriverGlobals |
| WDF_BIND_INFO | BindInfo |
| PDRIVER_UNLOAD | pOriginalUnload = NULL |
| UNICODE_STRING | gRegistryPath |
| #define WDFENTRY_TAG 'EFDW' |
Definition at line 14 of file wdfdriverentry.c.
| NTSTATUS NTAPI DriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 1771 of file compbatt.c.
| NTSTATUS NTAPI FxDriverEntry | ( | _In_ PDRIVER_OBJECT | DriverObject, |
| _In_ PUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 60 of file wdfdriverentry.c.
| VOID NTAPI FxDriverUnload | ( | _In_ PDRIVER_OBJECT | DriverObject | ) |
Definition at line 48 of file wdfdriverentry.c.
Definition at line 41 of file wdfdriverentry.c.
Referenced by FxDriverEntry(), and FxDriverUnload().
| WDF_BIND_INFO BindInfo |
Definition at line 26 of file wdfdriverentry.c.
Referenced by AfdBind(), BindAdapter(), ClassLinkInClient(), DereferenceClassVersion(), FxDriverEntry(), FxDriverUnloadCommon(), GetClassRegistryHandle(), GetClassServicePath(), GetDefaultClassServiceName(), GetDefaultServiceName(), GetVersionRegistryHandle(), GetVersionServicePath(), IPCreateInterface(), LibraryFindClientLocked(), LibraryLinkInClient(), LibraryUnlinkClient(), LoopRegisterAdapter(), main(), ReferenceClassVersion(), WdfVersionBind(), WdfVersionBindClass(), WdfVersionUnbind(), and WdfVersionUnbindClass().
| UNICODE_STRING gRegistryPath |
Definition at line 37 of file wdfdriverentry.c.
Referenced by FxDriverEntry(), and FxDriverUnloadCommon().
| PDRIVER_UNLOAD pOriginalUnload = NULL |
Definition at line 36 of file wdfdriverentry.c.
Referenced by FxDriverEntry(), and FxDriverUnload().
| PWDF_DRIVER_GLOBALS WdfDriverGlobals |
Definition at line 25 of file wdfdriverentry.c.
Referenced by _IRQL_requires_max_(), _Outptr_opt_result_bytebuffer_(), _Success_(), _When_(), FxDriverEntry(), FxDriverUnloadCommon(), FxLibraryCommonRegisterClient(), FxLibraryCommonUnregisterClient(), WDF_LIBRARY_REGISTER_CLIENT(), WDF_LIBRARY_UNREGISTER_CLIENT(), WdfDriverMiniportUnload(), WdfGetDriver(), WdfGetTriageInfo(), WdfInterruptGetDevice(), WdfInterruptQueueDpcForIsr(), WdfInterruptQueueWorkItemForIsr(), WdfInterruptWdmGetInterrupt(), WdfObjectAllocateContext(), WdfObjectContextGetObject(), WdfObjectDereferenceActual(), WdfObjectGetTypedContextWorker(), WdfObjectReferenceActual(), WdfRequestSend(), WdfVerifierDbgBreakPoint(), WdfVerifierKeBugCheck(), and WdfWaitLockAcquire().
Definition at line 24 of file wdfdriverentry.c.