ZenWINX Logo ZenWINX

Architecture - Reference Manual - Guides

Loader

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).

Function Documentation

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).

Parameters:
[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.
Returns:
Zero for success, negative value otherwise.
Note:
The specified dynamic-link library must be loaded before this call.

Definition at line 41 of file ldr.c.

Referenced by winx_get_os_version().


Generated on Sat May 29 23:06:45 2010 for ZenWINX by doxygen 1.6.2