TraceMgrPacketOpen (FUN)ΒΆ
FUNCTION TraceMgrPacketOpen : RTS_IEC_HANDLE
Opens a trace packet specified by name.
Note
Comparison of packet names is case-insensitive.
- InOut:
- Scope - Name - Type - Comment - Return - TraceMgrPacketOpen- RTS_IEC_HANDLE- Returns the runtime system error code (see CmpErrors.library):
- ERR_NO_OBJECT if no packet with the given name is found. 
 
 - Inout Const - pszName- STRING- The name of the trace packet to open (in) - Inout - pResult- RTS_IEC_RESULT- The result code (out) 
