跳转至

TBatchCommandResult

批处理指令结果参数结构体

结构体说明:

typedef struct
{
    short commandCount;
    short errorCommandNumbe;
    short errorCode;
    short reserve[5];
} TBatchCommandResult;

commandCount:当前批处理指令总数。
errorCommandNumbe:执行出错的指令序号。
errorCode:执行出错的指令错误详细信息(部分指令有详细信息)。
reserve:保留值。

调用指令:

GTN_BatchCommandEnd

注意事项: