int = GetProcAddress(hModule, functionName
)
Returns the address of the specified exported dynamic-link library (DLL)
function.
Parameters
hModule : PyHANDLE
Specifies the handle to the module.functionName : PyResourceId
Specifies the name of the procedure, or
its ordinal valueWin32 API References
Search for GetProcAddress at msdn, google or google groups.