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
TraceMgrPacketOpenRTS_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
pszNameSTRINGThe name of the trace packet to open (in)
Inout
pResultRTS_IEC_RESULTThe result code (out)