Compartir a través de


IInputPersonalizationDataResource::SetStatus method

Informs the content provider about status.

Syntax

HRESULT SetStatus(
  [in] eStatus eStatus,
  [in] HRESULT hr,
  [in] DWORD   dwClientSignature
);

Parameters

  • eStatus [in]
    The ComponentStatusChangeRequest status value to advise the component with.

  • hr [in]
    The status reason for the given status.

  • dwClientSignature [in]
    The unique client signature to associate with this status. This is always 0x5245434F.

Return value

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

See also

IInputPersonalizationDataResource