SysInit.LoadAllImportsForDll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadAllImportsForDll(szDll: _PAnsiChr); stdcall;

C++

extern DELPHI_PACKAGE void __stdcall LoadAllImportsForDll(char * szDll);

Properties

Type Visibility Source Unit Parent
procedure
function
public
SysInit.pas
SysInit.hpp
SysInit SysInit

Description

Given the name of a delayed-load DLL, loads the library and resolves all delay-loaded entry-points.


See Also