1.2.3.4.15 SYS_CMD_HANDLE Typedef
C
typedef const void* SYS_CMD_HANDLE;
Summary
Identifies a particular Command I/O instance.
Description
Command I/O Handle. This event handle identifies a registered instance of a Command IO object. Every time the application that tries to access the parameters with respect to a particular event, this event handle is used to refer to that event.
Remarks
None.