| 发表于:2007-10-12 15:01:50 楼主 |
typedef struct dx_svcb { unsigned short type; short adjsize; unsigned char digit; unsigned char digtype; } dx_svcb; 在转成pascal过程中 dx_svcb = record type: word; // bit mask adjsize: smallint; // adjustment size digit: byte; // ascii digit value that causes the action digtype: byte; /* digit type (e.g. 0 = dtmf) */ end; type是关键字,怎么处理??请大侠指教!! |
|
|
|
|