IWICComponentInfo::GetSigningStatus method (wincodec.h)

Retrieves the signing status of the component.

Syntax

HRESULT GetSigningStatus(
  [out] DWORD *pStatus
);

Parameters

[out] pStatus

Type: DWORD*

A pointer that receives the WICComponentSigning status of the component.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Signing is unused by WIC. Therefore, all components WICComponentSigned.

This function can be used to determine whether a component has no binary component or has been added to the disabled components list in the registry.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header wincodec.h
Library Windowscodecs.lib