win32api.GetProcAddress
int = GetProcAddress(hModule, functionName )
Returns the address of the specified exported dynamic-link library (DLL) function.
Parameters
Win32 API References
int = GetProcAddress(hModule, functionName )
Returns the address of the specified exported dynamic-link library (DLL) function.