D
dongruxue
Unregistered / Unconfirmed
GUEST, unregistred user!
VC定义如下:<br>Typedef union /* This structure is used to pass values into and */<br> { /* out of hsc_param_value() */<br> GDAVARIANT var;<br> char text[PARAM_MAX_STRING_LEN+1];<br> short int2;<br> long int4;<br> int8 int8;<br> float real;<br> double dble;<br> struct {<br> long ord;<br> char text[PARAM_MAX_STRING_LEN+1];<br> } en;<br> struct {<br> ULONG cSize; /* size of serialized variant */<br> BYTE *pData; /* pointer to serialized variant */<br> } servar;<br> long time[2];<br> } PARvalue;<br>请精通过VC,DELPHI的朋友帮忙。