Compartir a través de


IInputPersonalizationDataSink::AdviseStatus method

Advise the component about the content provider's status.

Syntax

HRESULT AdviseStatus(
  [in] DWORD   eANSStatus,
  [in] HRESULT hrResason,
       DWORD   dwReserved
);

Parameters

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

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

  • dwReserved
    Reserved for future use.

Return value

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

See also

IInputPersonalizationDataSink