![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Functions | |
int __stdcall | winx_get_proc_address (short *libname, char *funcname, PVOID *proc_addr) |
Retrieves the address of an exported function or variable from the specified dynamic-link library (DLL). |
int __stdcall winx_get_proc_address | ( | short * | libname, | |
char * | funcname, | |||
PVOID * | proc_addr | |||
) |
Retrieves the address of an exported function or variable from the specified dynamic-link library (DLL).
[in] | libname | the name of the library. |
[in] | funcname | the name of the function or variable. |
[out] | proc_addr | the address of memory to store retrieved address into. |
Definition at line 41 of file ldr.c.
Referenced by winx_get_os_version().