ITpmVirtualSmartCardManagerStatusCallback::ReportProgress method (tpmvscmgr.h)

Reports the progress of the current operation.

Syntax

HRESULT ReportProgress(
  [in] TPMVSCMGR_STATUS Status
);

Parameters

[in] Status

Status code of the current operation from the possible status states listed in the TPMVSCMGR_STATUS enumeration.

Return value

If the method succeeds, it returns S_OK.

If the method fails, it returns a Win32 error code. The requested operation on the TPM virtual smart card manager server may be interrupted.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header tpmvscmgr.h
Library Vscmgr.lib

See also

ITpmVirtualSmartCardManagerStatusCallback