次の方法で共有


GetAsyncOperationProgress method of the WT_Disk class

Get the asynchronous operation progress information for this iSCSI virtual disk.

Syntax

void GetAsyncOperationProgress(
  [out] uint32 ProgressPercent,
  [out] sint32 LastError
);

Parameters

ProgressPercent [out]

Progress percentage (0-100)

LastError [out]

Last error code of the asynchronous operation

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Wmi
MOF
Wmiwtprovider.mof
DLL
WtWmiProv.dll

See also

WT_Disk