IWscProduct::get_ProductStateTimestamp method (iwscapi.h)

Returns the current time stamp for the security product.

Syntax

HRESULT get_ProductStateTimestamp(
  [out] BSTR *pVal
);

Parameters

[out] pVal

A pointer to the time stamp of the security product. This is displayed in the Windows Security Center user interface.

Return value

If the method succeeds, returns S_OK.

If the method fails, returns a Win32 error code.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header iwscapi.h
Library Wscapi.lib
DLL Wscapi.dll

See also

IWscProduct