Module VDFISDataStruct.pkg
1//****************************************************************************
2//
3// $File name : VDFISDataStruct.pkg
4// $File title : Defines VDFISData structures
5// $Author : Janne Wassberg
6// $System : VDF Internet Server
7// Created : 98-28-08
8// $Last Rev :
9//
10// Confidential Trade Secret.
11// Copyright 1999 Data Access Corporation, Miami FL, USA
12// All Rights reserved
13// DataFlex is a registered trademark of Data Access Corporation.
14// $Rev History
15//
16//
17// $Description
18//
19//
20// $Rev History
21// JJT 1998-08-28 Moved to its own package
22//
23//****************************************************************************
24
25
26Type VDFISData
27 Element VDFISData.bKeepAlive as integer
28 Element VDFISData.dwReserved as dword
29 Element VDFISData.dwError as dword
30 Element VDFISData.iDataLen as Integer
31 Element VDFISData.pData as Pointer
32End_Type
33
34// private and subject to change
35Type VDFISData.pData_doCall
36 Element VDFISData.pData_doCall.NumberParams as dword
37 Element VDFISData.pData_doCall.OffsetToServiceName as dword
38 // Element1 thru NumberParams offset to Paramx as dword
39 // data...pointed by above
40End_Type
41