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.
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.