asyncStatus 枚举 (asyncinfo.h)

表示异步操作的状态。

语法

typedef enum AsyncStatus {
  Started,
  Completed,
  Canceled,
  Error
} ;

常量

 
Started
操作正在进行中。
Completed
操作已完成,未出错。
Canceled
客户端已启动取消操作。
Error
操作已完成,但出现错误。 没有结果可用。

要求

要求
最低受支持的客户端 Windows 8
最低受支持的服务器 Windows Server 2012
标头 asyncinfo.h

另请参阅

IAsyncInfo