Compartir a través de


IInputPersonalizationDataSite::RequestStatusChange method

Request a status change such as rebuild from the content provider.

Syntax

HRESULT RequestStatusChange(
  [in] DWORD   dwStatusChange,
  [in] HRESULT hrReason
);

Parameters

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

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

Return value

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

See also

IInputPersonalizationDataSite