Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.18 KB

-getprocaddress-.md

File metadata and controls

62 lines (40 loc) · 1.18 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Gets the address of a function from a DLL.
e425948c-5588-4a4f-994c-4e608af18439
_GetProcAddress_ function
reference
05/31/2018
APIRef
kbSyntax
_GetProcAddress_
DllExport
Msmdun80.dll
Sqlunirl.dll

_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