DelayLoadFailureHook function
Returns the address of a delay-load failure callback function for the specified DLL and process.
Syntax
FARPROC WINAPI DelayLoadFailureHook( _In_ LPCSTR pszDllName, _In_ LPCSTR pszProcName );
Parameters
- pszDllName [in]
-
The name of the DLL.
- pszProcName [in]
-
The name of the process.
Return value
The address of the callback function.
Requirements
|
Library |
|
|---|---|
|
DLL |
|
See also
Show: