Creating New Objects
extern SE_STATUS_CODE_ENUM
const char implementation_identifier[],
SE_TOKEN_ENUM new_object_tag,
SE_OBJECT *new_object_out_ptr
Creates object in memory only
Object is “committed” to the transmittal by SE_AddToTransmittal();
The “new_object_tag” parameter specifies the object’s class
Implementation identifier should be “stf”
Once created an object can be used in:
- SE_AddToTransmittal()
- SE_PutFields()
- SE_FreeObject()