12345678910111213141516171819 |
- $PBExportHeader$brievent.srs
- global type bevent from structure
- string strvalue
- long lvalue
- character szdata[32]
- end type
- global type BRIEVENT from structure
- character uVersion;//结构版本,保留
- character uReserv;//保留
- int uChannelID;//通道ID
- long lEventType;//事件类型ID 查看BRI_EVENT.lEventType Define
- long lEventHandle;//事件相关句柄
- long lResult;//事件相关数值
- long lParam;//保留,扩展时使用
- character szData[600];
- character szDataEx[32];
- end type
|