ReactOS 0.4.16-dev-1946-g52006dd
_CLIENT_MODULE Struct Reference

#include <wdfloader.h>

Collaboration diagram for _CLIENT_MODULE:

Public Attributes

LIST_ENTRY LibListEntry
 
PVOID Globals
 
PVOID Context
 
PVOID ImageAddr
 
ULONG ImageSize
 
UNICODE_STRING ImageName
 
PWDF_BIND_INFO Info
 
LIST_ENTRY ClassListHead
 

Detailed Description

Definition at line 156 of file wdfloader.h.

Member Data Documentation

◆ ClassListHead

LIST_ENTRY _CLIENT_MODULE::ClassListHead

Definition at line 164 of file wdfloader.h.

Referenced by ClassLinkInClient(), and LibraryLinkInClient().

◆ Context

PVOID _CLIENT_MODULE::Context

Definition at line 159 of file wdfloader.h.

Referenced by LibraryLinkInClient(), and WdfVersionBind().

◆ Globals

PVOID _CLIENT_MODULE::Globals

Definition at line 158 of file wdfloader.h.

Referenced by WdfVersionBind().

◆ ImageAddr

PVOID _CLIENT_MODULE::ImageAddr

Definition at line 160 of file wdfloader.h.

Referenced by LibraryLinkInClient().

◆ ImageName

UNICODE_STRING _CLIENT_MODULE::ImageName

Definition at line 162 of file wdfloader.h.

Referenced by LibraryLinkInClient().

◆ ImageSize

ULONG _CLIENT_MODULE::ImageSize

Definition at line 161 of file wdfloader.h.

Referenced by LibraryLinkInClient().

◆ Info

PWDF_BIND_INFO _CLIENT_MODULE::Info

Definition at line 163 of file wdfloader.h.

Referenced by LibraryFindClientLocked(), and LibraryUnlinkClient().

◆ LibListEntry

LIST_ENTRY _CLIENT_MODULE::LibListEntry

Definition at line 157 of file wdfloader.h.

Referenced by LibraryLinkInClient(), and LibraryUnlinkClient().


The documentation for this struct was generated from the following file: