The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ResolveDelayLoadsFromDll function
Forwards the work in resolving delay-loaded imports from the parent binary to a target binary.
Syntax
NTSTATUS WINAPI ResolveDelayLoadsFromDll( _In_ PVOID ParentBase, _In_ LPCSTR TargetDllName, _Reserved_ ULONG Flags );
Parameters
- ParentBase [in]
-
The base address of the module that delay loads another binary.
- TargetDllName [in]
-
The name of the target DLL.
- Flags
-
Reserved; must be 0.
Return value
The address of the delay-load descriptor, if it is found; otherwise, NULL.
Requirements
|
Library |
|
|---|---|
|
DLL |
|
See also
Show: