Registers a string.
PODSMemoryMgr
void stringRegister( PODSString str, PODSFreeFunc ff, ObjectLifeTime lt );
Not applicable
void PODSstringRegister( PODSMemoryMgr* memmgr, PODSString str, PODSFreeFunc ff, ObjectLifeTime lt );
memmgr The PODSMemoryMgr object.
str [in] String to register.
ff [in] Pointer to PODS free function to use to free the string.
lt [in] Object lifetime of the string, from podstypes.h:
typedef enum ObjectLifeTime {
AnyTime,
EventTime,
PageTime,
ApplicationTime
} ObjectLifeTime;. |
None
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |