pascalSCADA OPM: psOPCtypes

Pascal SCADA OPM

Unit psOPCtypes

Uses
Classes, Interfaces, Objects and Records
Functions and Procedures
Constants
Variables

Description

*******************************************************

Overview

Types

TOleEnum = type LongInt;
OPCHANDLE = DWORD;
POPCHANDLE = ˆOPCHANDLE;
OPCHANDLEARRAY = array[0..65535] of OPCHANDLE;
POPCHANDLEARRAY = ˆOPCHANDLEARRAY;
PVarType = ˆTVarType;
TVarTypeList = array[0..65535] of TVarType;
PVarTypeList = ˆTVarTypeList;
POleVariant = ˆOleVariant;
OleVariantArray = array[0..65535] of OleVariant;
POleVariantArray = ˆOleVariantArray;
PLCID = ˆTLCID;
BOOLARRAY = array[0..65535] of BOOL;
PBOOLARRAY = ˆBOOLARRAY;
DWORDARRAY = array[0..65535] of DWORD;
PDWORDARRAY = ˆDWORDARRAY;
SingleArray = array[0..65535] of Single;
PSingleArray = ˆSingleArray;
TFileTimeArray = array[0..65535] of TFileTime;
PFileTimeArray = ˆTFileTimeArray;

Description

Types

TOleEnum = type LongInt;
 
OPCHANDLE = DWORD;
 
POPCHANDLE = ˆOPCHANDLE;
 
OPCHANDLEARRAY = array[0..65535] of OPCHANDLE;
 
POPCHANDLEARRAY = ˆOPCHANDLEARRAY;
 
PVarType = ˆTVarType;
 
TVarTypeList = array[0..65535] of TVarType;
 
PVarTypeList = ˆTVarTypeList;
 
POleVariant = ˆOleVariant;
 
OleVariantArray = array[0..65535] of OleVariant;
 
POleVariantArray = ˆOleVariantArray;
 
PLCID = ˆTLCID;
 
BOOLARRAY = array[0..65535] of BOOL;
 
PBOOLARRAY = ˆBOOLARRAY;
 
DWORDARRAY = array[0..65535] of DWORD;
 
PDWORDARRAY = ˆDWORDARRAY;
 
SingleArray = array[0..65535] of Single;
 
PSingleArray = ˆSingleArray;
 
TFileTimeArray = array[0..65535] of TFileTime;
 
PFileTimeArray = ˆTFileTimeArray;
 

Generated by PasDoc 0.14.0.