_GetProcAddress_ function

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

Gets the address of a function from a DLL. See GetProcAddress.

Syntax

FARPROC _GetProcAddress_(
    ...
);

Parameters

...

Requirements

Requirement Value
DLL
Msmdun80.dll;
Sqlunirl.dll

See also

GetProcAddress