IWscProduct::get_ProductState method (iwscapi.h)

Returns the current state of the signature data for the security product.

Syntax

HRESULT get_ProductState(
  [out] WSC_SECURITY_PRODUCT_STATE *pVal
);

Parameters

[out] pVal

A pointer to the state value of the signature of the security product.

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