ReactOS 0.4.15-dev-5893-g1bb4167
|
#include <callback.h>
Public Attributes | |
UNICODE_STRING | strLibraryName |
UNICODE_STRING | strInitFuncName |
BOOL | Unload |
BOOL | ApiHook |
Definition at line 122 of file callback.h.
BOOL _CLIENT_LOAD_LIBRARY_ARGUMENTS::ApiHook |
Definition at line 127 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().
UNICODE_STRING _CLIENT_LOAD_LIBRARY_ARGUMENTS::strInitFuncName |
Definition at line 125 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().
UNICODE_STRING _CLIENT_LOAD_LIBRARY_ARGUMENTS::strLibraryName |
Definition at line 124 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().
BOOL _CLIENT_LOAD_LIBRARY_ARGUMENTS::Unload |
Definition at line 126 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().