TEventStatus¶
Event状态参数结构体
结构体说明:
typedef struct EventStatus
{
short eventHit;
short occupyStatus;
short enableStatus;
short pad1;
long pad2[2];
double pad3[2];
}TEventStatus;
occupyStatus:event占用状态,0:未被占用。1:已被占用。
enableStatus:event使能状态。0:未使能。1:使能。
pad1:保留参数,必须为0。
pad2:保留参数,必须为0。
pad3:保留参数,必须为0。
相关指令: