ReactOS 0.4.15-dev-7842-g558ab78
_CLIENT_LOAD_LIBRARY_ARGUMENTS Struct Reference

#include <callback.h>

Collaboration diagram for _CLIENT_LOAD_LIBRARY_ARGUMENTS:

Public Attributes

UNICODE_STRING strLibraryName
 
UNICODE_STRING strInitFuncName
 
BOOL Unload
 
BOOL ApiHook
 

Detailed Description

Definition at line 117 of file callback.h.

Member Data Documentation

◆ ApiHook

BOOL _CLIENT_LOAD_LIBRARY_ARGUMENTS::ApiHook

Definition at line 122 of file callback.h.

Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().

◆ strInitFuncName

UNICODE_STRING _CLIENT_LOAD_LIBRARY_ARGUMENTS::strInitFuncName

Definition at line 120 of file callback.h.

Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().

◆ strLibraryName

UNICODE_STRING _CLIENT_LOAD_LIBRARY_ARGUMENTS::strLibraryName

Definition at line 119 of file callback.h.

Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().

◆ Unload

BOOL _CLIENT_LOAD_LIBRARY_ARGUMENTS::Unload

Definition at line 121 of file callback.h.

Referenced by co_IntClientLoadLibrary(), and User32CallClientLoadLibraryFromKernel().


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