_LoadLibrary function

[This function is a wrapper over the LoadLibrary function. This function may be altered or unavailable in the future. Applications should call LoadLibrary directly.]

Loads a library. See LoadLibrary.

Syntax

HMODULE _LoadLibrary(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Msmdun80.dll;
Sqlunirl.dll

See also

LoadLibrary