Creating New Objects
extern SE_STATUS_CODE_ENUM SE_CreateObject
SE_OBJECT *new_object_out_ptr,
SE_TOKEN_ENUM new_object_tag,
SE_UINT32 number_of_aggregates_without_link_obj,
SE_UINT32 number_of_aggregates_with_link_obj,
SE_UINT32 number_of_components_without_link_obj,
SE_UINT32 number_of_components_with_link_obj,
SE_UINT32 number_of_associates_without_link_obj,
SE_UINT32 number_of_associates_with_link_obj
Creates object in memory only
Object is “committed” to the transmittal by SE_AddToTransmittal();
The counts must be at greater than or equal to the maximum number of relationships (of each type) that will be created for this object.
The “new_object_tag” parameter specifies the object’s class
This function should never be used to create a synthetic environment object