|
GLG Toolkit, C / C++ API Library
Version 4.6
|
Macros | |
| #define | GlgAllocStruct(size) |
| Allocates a structure using GlgAlloc and initializes it with 0s. More... | |
| #define | GlgInitStruct(ptr, size) |
| Initializes structure with 0s. More... | |
| #define | GlgNullObjectMacro(object_holder) |
| Assigns a NULL object to the GlgObject variable and dereferences its old value. More... | |
| #define | GlgSetObjectMacro(object_holder, new_value) |
| Assigns a new object value to the object variable. More... | |
| #define GlgAllocStruct | ( | size | ) |
Allocates a structure using GlgAlloc and initializes it with 0s.
| size | Size of the structure to allocate. |
| #define GlgInitStruct | ( | ptr, | |
| size | |||
| ) |
Initializes structure with 0s.
| ptr | Pointer to the structure to be initialized. |
| size | Structure size. |
| #define GlgNullObjectMacro | ( | object_holder | ) |
| #define GlgSetObjectMacro | ( | object_holder, | |
| new_value | |||
| ) |