ReactOS 0.4.16-dev-1946-g52006dd
_WDF_CLASS_LIBRARY_INFO Struct Reference

#include <wdfldr.h>

Collaboration diagram for _WDF_CLASS_LIBRARY_INFO:

Public Attributes

ULONG Size
 
WDF_CLASS_VERSION Version
 
PFN_CLASS_LIBRARY_INIT ClassLibraryInitialize
 
PFN_CLASS_LIBRARY_DEINIT ClassLibraryDeinitialize
 
PFN_CLASS_LIBRARY_BIND_CLIENT ClassLibraryBindClient
 
PFN_CLASS_LIBRARY_UNBIND_CLIENT ClassLibraryUnbindClient
 

Detailed Description

Definition at line 107 of file wdfldr.h.

Member Data Documentation

◆ ClassLibraryBindClient

PFN_CLASS_LIBRARY_BIND_CLIENT _WDF_CLASS_LIBRARY_INFO::ClassLibraryBindClient

Definition at line 112 of file wdfldr.h.

Referenced by WdfVersionBindClass().

◆ ClassLibraryDeinitialize

PFN_CLASS_LIBRARY_DEINIT _WDF_CLASS_LIBRARY_INFO::ClassLibraryDeinitialize

Definition at line 111 of file wdfldr.h.

Referenced by ClassUnload().

◆ ClassLibraryInitialize

PFN_CLASS_LIBRARY_INIT _WDF_CLASS_LIBRARY_INFO::ClassLibraryInitialize

Definition at line 110 of file wdfldr.h.

Referenced by WdfRegisterClassLibrary().

◆ ClassLibraryUnbindClient

PFN_CLASS_LIBRARY_UNBIND_CLIENT _WDF_CLASS_LIBRARY_INFO::ClassLibraryUnbindClient

Definition at line 113 of file wdfldr.h.

Referenced by DereferenceClassVersion().

◆ Size

ULONG _WDF_CLASS_LIBRARY_INFO::Size

Definition at line 108 of file wdfldr.h.

◆ Version

WDF_CLASS_VERSION _WDF_CLASS_LIBRARY_INFO::Version

Definition at line 109 of file wdfldr.h.


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