![]() |
_DLL_entry | Function (Macro) |
dll.h |
void *_DLL_entry (int index); |
Returns a pointer to a symbol exported from a DLL.
_DLL_entry returns a void pointer to the location of the index-th exported symbol of the
currently loaded DLL (assuming that it has been loaded sucessfully using LoadDLL).
Note that _DLL_entry returns garbage if the DLL is not loaded.
This function is used internally in
_DLL_call, _DLL_call_attr,
_DLL_reference, and _DLL_glbvar.