SysEventCreate (FUN) ¶ FUNCTION SysEventCreate : DWORD InOut: Scope Name Type Return SysEventCreate DWORD Inout Const stName STRING
SysEventDelete (FUN) ¶ FUNCTION SysEventDelete : BOOL InOut: Scope Name Type Return SysEventDelete BOOL Input dwHandle DWORD
SysEventSet (FUN) ¶ FUNCTION SysEventSet : BOOL InOut: Scope Name Type Return SysEventSet BOOL Input dwHandle DWORD
SysEventWait (FUN) ¶ FUNCTION SysEventWait : BOOL InOut: Scope Name Type Return SysEventWait BOOL Input dwHandle DWORD dwTimeout DWORD
extern30 ¶ SysEventCreate30 (Function) SysEventDelete30 (Function) SysEventSet30 (Function) SysEventWait30 (Function)
SysEventCreate30 (FUN) ¶ FUNCTION SysEventCreate30 : UDINT InOut: Scope Name Type Return SysEventCreate30 UDINT Input szEvent REFERENCE TO STRING pResult POINTER TO UDINT
SysEventDelete30 (FUN) ¶ FUNCTION SysEventDelete30 : UDINT InOut: Scope Name Type Return SysEventDelete30 UDINT Input hEvent UDINT
SysEventSet30 (FUN) ¶ FUNCTION SysEventSet30 : UDINT InOut: Scope Name Type Return SysEventSet30 UDINT Input hEvent UDINT
SysEventWait30 (FUN) ¶ FUNCTION SysEventWait30 : UDINT InOut: Scope Name Type Return SysEventWait30 UDINT Input hEvent UDINT ulTimeout UDINT
SysFileSetPos (FUN) ¶ FUNCTION SysFileSetPos : RTS_IEC_RESULT Set the file pointer to the specified position InOut: Scope Name Type Comment Return SysFileSetPos RTS_IEC_RESULT Returns the runtime system error code (see CmpErrors.library) Input hFile RTS_IEC_HANDLE Handle of the file ulOffset __XWORD Offset to set from the beginning of the file