Function dds_unregister_instance_ih¶
Defined in File dds.h
Function Documentation¶
-
dds_return_t dds_unregister_instance_ih(dds_entity_t writer, dds_instance_handle_t handle)¶
Unregisters an instance.
This operation unregisters the instance which is identified by the key fields of the given typed instance handle.
- Parameters
writer – [in] The writer to which instance is associated.
handle – [in] The instance handle.
- Return values
DDS_RETCODE_OK – The operation was successful.
DDS_RETCODE_BAD_PARAMETER – One of the given arguments is not valid.
DDS_RETCODE_ILLEGAL_OPERATION – The operation is invoked on an inappropriate object.
- Returns
A dds_return_t indicating success or failure.