PaintRectangle (STRUCT) ¶ TYPE PaintRectangle : STRUCT InOut: Name Type Comment m_Points ARRAY [0..3] OF Point a rectangle that can directly be painted
Point (STRUCT) ¶ TYPE Point : STRUCT InOut: Name Type iX INT iY INT
SimpleRectangle (STRUCT) ¶ TYPE SimpleRectangle : STRUCT InOut: Name Type Comment ptTopLeft Point this structure contains the topleft and the bottomright point of a rectangle ptBottomRight Point
SysRemoveIntHandler (FUN) ¶ FUNCTION SysRemoveIntHandler : BOOL InOut: Scope Name Type Comment Return SysRemoveIntHandler BOOL Input iInterrupt INT Interrupt Number dwFctAddress DWORD Function Address returned by SysGetIECFctPointer()
extern30 ¶ BusSpecific (Union) GVL (GVL) IsaInterrupt (Struct) PciInterrupt (Struct) SYS_INT_DESCRIPTION (Struct) SysIntClose (Function) SysIntDisable (Function) SysIntEnable (Function) SysIntOpen (Function) SysIntRegister (Function) SysIntUnregister (Function)
BusSpecific (UNION) ¶ TYPE BusSpecific : UNION InOut: Name Type pciInterrupt PciInterrupt isaInterrupt IsaInterrupt
GVL (GVL) ¶ InOut: Scope Name Type Initial Comment Constant SYSINT_INVALID_HANDLE UDINT 16#FFFFFFFF -1 is not valid for a unsigned int in IEC
IsaInterrupt (STRUCT) ¶ TYPE IsaInterrupt : STRUCT InOut: Name Type ulBusNumber UDINT ulDevciceNumber UDINT ulFunctionNumber UDINT ulIntLine UDINT
PciInterrupt (STRUCT) ¶ TYPE PciInterrupt : STRUCT InOut: Name Type ulBusNumber UDINT ulDevciceNumber UDINT ulFunctionNumber UDINT ulIntLine UDINT
SYS_INT_DESCRIPTION (STRUCT) ¶ TYPE SYS_INT_DESCRIPTION : STRUCT InOut: Name Type BusType UDINT InterruptMode UDINT busSpecific BusSpecific