PROCEEDING_INFO structure

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI base system > PVICOM interface > PVICOM structures >

PROCEEDING_INFO structure

Structure for C/C++

 typedef struct
{
    DWORD nAccess;
    DWORD Percent;
    char Info[32];
} T_PROCEEDING_INFO;

Structure for Basic

Public Type T_PROCEEDING_INFO
    nAccess As Long
    Percent As Long
    Info As String * 32
End Type

Elements

Element

说明

nAccess

正在运行的请求的访问类型

Percent

进展百分比(0-100)。

Info

用于显示的附加信息文本