Sack Library Documentation
|
Parameters |
Description |
POINTER * ppGlobal |
Address of the pointer to the global region |
PTRSZVAL global_size |
size of the global region to create |
CTEXTSTR name |
name of the global region to register (so future users get back the same data area) |
Init |
function to call to initialize the region when created. (doesn't have to be a global. Could be used to implement types that have class constructors - or not, since there's only one instance of a global - this is more for singletons). |
Init routine is called, otherwise a 0 filled space is returned. Init routine is passed the pointer to the global and the size of the global block the global data block is zero initialized.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|