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