ReactOS 0.4.16-dev-59-gd481587
|
#include <callback.h>
Public Attributes | |
UNICODE_STRING | strLibraryName |
UNICODE_STRING | strInitFuncName |
BOOL | Unload |
BOOL | ApiHook |
Definition at line 117 of file callback.h.
BOOL _CLIENT_LOAD_LIBRARY_ARGUMENTS::ApiHook |
Definition at line 122 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().
UNICODE_STRING _CLIENT_LOAD_LIBRARY_ARGUMENTS::strInitFuncName |
Definition at line 120 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().
UNICODE_STRING _CLIENT_LOAD_LIBRARY_ARGUMENTS::strLibraryName |
Definition at line 119 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().
BOOL _CLIENT_LOAD_LIBRARY_ARGUMENTS::Unload |
Definition at line 121 of file callback.h.
Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().