Home page  
Help >
TB API CONTROL{} Structure
Version 7.11
TB API CONTROL{} Structure TB API CONTROL{} Structure
#define Ans1Len  300
#define Ans2Len  300
#define Ans3Len  300
#define Err1Len  300
#define Err2Len  84
#define Resp1Len 300
#define Resp2Len 300
 
typedef struct CONTROL{           /* control structure for .dll */
   WtHandle ddlHandle;
   WtInt32 Status;
   WtChar8 ErrorMessage[Err1Len];
   WtChar8 ErrorMessage2[Err2Len];
   DdLong64 Ans1L;
   DdLong64 Ans2L;
   DdLong64 Ans3L;
   DdLong64 Ans4L;
   DdLong64 Ans5L;
   DdLong64 Ans6L;
   double Ans1Double;      /* result from ddlCalc() ... CALC only */
   WtInt32 Ans1DataType;      /* result from ddlCalc() ... CALC and CALC/P */
   WtInt32 Warning;
   WtChar8 filler[152];
   WtChar8 Response[Resp1Len];
   WtChar8 Response2[Resp2Len];
   WtInt32 Ans1;
   WtInt32 Ans2;
   WtInt32 Ans3;
   WtChar8 Ans1str[Ans1Len];
   WtChar8 Ans2str[Ans2Len];
   WtChar8 Ans3str[Ans3Len];
}CONTROL;
 

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.