#include "modulbin.h"#include "cstrcbin.h"#include "globldef.h"


Go to the source code of this file.
Classes | |
| struct | bsaveDefglobal |
| struct | bsaveDefglobalModule |
| struct | defglobalBinaryData |
Defines | |
| #define | GLOBLBIN_DATA 60 |
| #define | DefglobalBinaryData(theEnv) ((struct defglobalBinaryData *) GetEnvironmentData(theEnv,GLOBLBIN_DATA)) |
| #define | DefglobalPointer(i) ((struct defglobal *) (&DefglobalBinaryData(theEnv)->DefglobalArray[i])) |
| #define | LOCALE extern |
Functions | |
| LOCALE void | DefglobalBinarySetup (void *) |
| LOCALE void * | BloadDefglobalModuleReference (void *, int) |
Variables | |
| struct defglobal * | DefglobalArray |
| #define DefglobalBinaryData | ( | theEnv | ) | ((struct defglobalBinaryData *) GetEnvironmentData(theEnv,GLOBLBIN_DATA)) |
Definition at line 51 of file globlbin.h.
| #define DefglobalPointer | ( | i | ) | ((struct defglobal *) (&DefglobalBinaryData(theEnv)->DefglobalArray[i])) |
Definition at line 53 of file globlbin.h.
| #define GLOBLBIN_DATA 60 |
Definition at line 41 of file globlbin.h.
| #define LOCALE extern |
Definition at line 62 of file globlbin.h.
| LOCALE void* BloadDefglobalModuleReference | ( | void * | , | |
| int | ||||
| ) |
Definition at line 443 of file globlbin.c.
| LOCALE void DefglobalBinarySetup | ( | void * | ) |
Definition at line 63 of file globlbin.c.
| struct defglobal* DefglobalArray |
1.5.6