#include "cstrcbin.h"#include "modulbin.h"#include "tmpltdef.h"


Go to the source code of this file.
Classes | |
| struct | bsaveTemplateSlot |
| struct | bsaveDeftemplate |
| struct | bsaveDeftemplateModule |
| struct | deftemplateBinaryData |
Defines | |
| #define | TMPLTBIN_DATA 61 |
| #define | DeftemplateBinaryData(theEnv) ((struct deftemplateBinaryData *) GetEnvironmentData(theEnv,TMPLTBIN_DATA)) |
| #define | DeftemplatePointer(i) ((struct deftemplate *) (&DeftemplateBinaryData(theEnv)->DeftemplateArray[i])) |
| #define | LOCALE extern |
Functions | |
| LOCALE void | DeftemplateBinarySetup (void *) |
| LOCALE void * | BloadDeftemplateModuleReference (void *, int) |
| #define DeftemplateBinaryData | ( | theEnv | ) | ((struct deftemplateBinaryData *) GetEnvironmentData(theEnv,TMPLTBIN_DATA)) |
Definition at line 73 of file tmpltbin.h.
| #define DeftemplatePointer | ( | i | ) | ((struct deftemplate *) (&DeftemplateBinaryData(theEnv)->DeftemplateArray[i])) |
Definition at line 75 of file tmpltbin.h.
| #define LOCALE extern |
Definition at line 88 of file tmpltbin.h.
| #define TMPLTBIN_DATA 61 |
Definition at line 61 of file tmpltbin.h.
| LOCALE void* BloadDeftemplateModuleReference | ( | void * | , | |
| int | ||||
| ) |
Definition at line 596 of file tmpltbin.c.
| LOCALE void DeftemplateBinarySetup | ( | void * | ) |
Definition at line 68 of file tmpltbin.c.
1.5.6