ITpmVirtualSmartCardManagerStatusCallback::ReportError method (tpmvscmgr.h)

Reports any errors from the requested operation.

Syntax

HRESULT ReportError(
  [in] TPMVSCMGR_ERROR Error
);

Parameters

[in] Error

Error code of the current error from the possible errors listed in the TPMVSCMGR_ERROR 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