Kernel32GetProcAddress Method

Overload List

GetProcAddress(IntPtr, String) Retrieves the address of an exported function or variable from the specified dynamic-link library (DLL).
GetProcAddress(SafeModuleHandle, String) Retrieves the address of an exported function or variable from the specified dynamic-link library (DLL).

See Also