|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <wdfloader.h>

Definition at line 107 of file wdfloader.h.
| LIST_ENTRY _LIBRARY_MODULE::ClassListHead |
Definition at line 125 of file wdfloader.h.
Referenced by FindClassByServiceNameLocked(), LibraryAddToClassListLocked(), and LibraryUnloadClasses().
| LONG _LIBRARY_MODULE::ClientRefCount |
Definition at line 110 of file wdfloader.h.
Referenced by LibraryClientDereference(), and LibraryLinkInClient().
| LIST_ENTRY _LIBRARY_MODULE::ClientsListHead |
Definition at line 120 of file wdfloader.h.
Referenced by LibraryFindClientLocked(), LibraryLinkInClient(), and LibraryUnlinkClient().
| ERESOURCE _LIBRARY_MODULE::ClientsListLock |
Definition at line 121 of file wdfloader.h.
Referenced by LibraryAcquireClientLock(), LibraryFree(), and LibraryReleaseClientLock().
| PVOID _LIBRARY_MODULE::ImageAddress |
Definition at line 115 of file wdfloader.h.
Referenced by if(), and WdfRegisterLibrary().
| UNICODE_STRING _LIBRARY_MODULE::ImageName |
Definition at line 114 of file wdfloader.h.
Referenced by for(), if(), LibraryFree(), and WdfRegisterLibrary().
| ULONG _LIBRARY_MODULE::ImageSize |
Definition at line 116 of file wdfloader.h.
Referenced by if(), and WdfRegisterLibrary().
| BOOLEAN _LIBRARY_MODULE::ImplicitlyLoaded |
Definition at line 112 of file wdfloader.h.
Referenced by WdfRegisterLibrary().
| BOOLEAN _LIBRARY_MODULE::IsBootDriver |
Definition at line 111 of file wdfloader.h.
Referenced by LibraryUnload().
| PDRIVER_OBJECT _LIBRARY_MODULE::LibraryDriverObject |
Definition at line 118 of file wdfloader.h.
Referenced by LibraryOpen().
| PFILE_OBJECT _LIBRARY_MODULE::LibraryFileObject |
Definition at line 117 of file wdfloader.h.
Referenced by LibraryClose(), and LibraryOpen().
| PWDF_LIBRARY_INFO _LIBRARY_MODULE::LibraryInfo |
Definition at line 119 of file wdfloader.h.
Referenced by DereferenceVersion(), if(), LibraryDereference(), LibraryFindOrLoad(), LibraryUnload(), WdfRegisterLibrary(), WdfVersionBind(), and WdfVersionUnbind().
| LIST_ENTRY _LIBRARY_MODULE::LibraryListEntry |
Definition at line 109 of file wdfloader.h.
Referenced by if(), and LibraryDereference().
| LONG _LIBRARY_MODULE::LibraryRefCount |
Definition at line 108 of file wdfloader.h.
Referenced by LibraryDereference(), LibraryFindOrLoad(), LibraryReference(), LibraryReleaseReference(), and WdfRegisterLibrary().
| KEVENT _LIBRARY_MODULE::LoaderEvent |
Definition at line 123 of file wdfloader.h.
| PKTHREAD _LIBRARY_MODULE::LoaderThread |
Definition at line 124 of file wdfloader.h.
| UNICODE_STRING _LIBRARY_MODULE::ServicePath |
Definition at line 113 of file wdfloader.h.
Referenced by _Requires_lock_held_(), if(), LibraryAddToClassListLocked(), LibraryClientDereference(), LibraryFree(), LibraryReleaseReference(), LibraryUnload(), WdfRegisterClassLibrary(), and WdfVersionBind().
| WDF_VERSION _LIBRARY_MODULE::Version |
Definition at line 122 of file wdfloader.h.
Referenced by if(), and WdfRegisterLibrary().