Compounds | |
class | CDllUtility |
Enumerations | |
enum | EDllReason { dll_attach, dll_detach } |
Functions | |
typedef | void (hyp_CALL_CONV *PTR_INITLIBRARY)(const std |
|
Indicates why the InitLibrary function has been called. |
|
Pointer to the InitLibrary function. This function is the equivalent to the WinDll for the Win32 platforms. void CALL_CONV InitLibrary(const std::vector<std::string>& Param,EDllReason Reason);
|
|
|