GetProcAddress32_16 (KRNL386.453)
FARPROC GetProcAddress32_16 ( HMODULE hModule, LPCSTR function )
Find the address of an exported symbol in a loaded dll.
hModule | [In] | Handle to the dll returned by LoadLibraryA. |
function | [In] | Name of the symbol, or an integer ordinal number < 16384. |
Success: A pointer to the symbol in the process address space.
Failure: NULL. Use GetLastError to determine the cause.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/kernel/module.c". source.winehq.org/source/dlls/kernel/module.c
Debug channel "module".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.