TraceMgrRecordRemove (FUN)ΒΆ
FUNCTION TraceMgrRecordRemove : RTS_IEC_RESULT
Removes a trace record from a trace packet.
- InOut:
- Scope - Name - Type - Comment - Return - TraceMgrRecordRemove- RTS_IEC_RESULT- Returns the runtime system error code (see CmpErrors.library):
- ERR_PARAMETER if the packet handle or the record handle is invalid 
 
 - Input - hPacket- RTS_IEC_HANDLE- The packet handle - hRecord- RTS_IEC_HANDLE- The record handle 
