#include "MyGUI_Prerequest.h"#include <string>Go to the source code of this file.
Data Structures | |
| class | MyGUI::DynLib |
| Resource holding data about a dynamic library. More... | |
Namespaces | |
| namespace | MyGUI |
Defines | |
| #define | MYGUI_DYNLIB_HANDLE hInstance |
| #define | MYGUI_DYNLIB_LOAD(a) LoadLibrary( a ) |
| #define | MYGUI_DYNLIB_GETSYM(a, b) GetProcAddress( a, b ) |
| #define | MYGUI_DYNLIB_UNLOAD(a) !FreeLibrary( a ) |
Typedefs | |
| typedef struct HINSTANCE__ * | hInstance |
Definition in file MyGUI_DynLib.h.
| #define MYGUI_DYNLIB_GETSYM | ( | a, | |||
| b | ) | GetProcAddress( a, b ) |
Definition at line 35 of file MyGUI_DynLib.h.
| #define MYGUI_DYNLIB_HANDLE hInstance |
Definition at line 33 of file MyGUI_DynLib.h.
| #define MYGUI_DYNLIB_LOAD | ( | a | ) | LoadLibrary( a ) |
Definition at line 34 of file MyGUI_DynLib.h.
| #define MYGUI_DYNLIB_UNLOAD | ( | a | ) | !FreeLibrary( a ) |
Definition at line 36 of file MyGUI_DynLib.h.
| typedef struct HINSTANCE__* hInstance |
Definition at line 39 of file MyGUI_DynLib.h.
1.6.3