Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.