Site icon EfmSoft

What does HRESULT 0x00030203 (STG_S_MONITORING) mean?

 
Previous Next
STG_S_RETRYNOW STG_S_MULTIPLEOPENS

STG_S_MONITORING

Notification without flow control

STG_S_MONITORING indicates that the notified event sink will not influence the storage operation. In the IProgressNotify contract, it lets asynchronous storage continue in nonblocking mode while the sink observes progress.

This is useful for user-interface updates and telemetry, but it means the sink cannot assume the requested data is already available. The storage call can still report pending or request another notification later.

What to verify

References

IProgressNotify::OnProgress · IProgressNotify interface · Asynchronous structured storage


Looking for a different code? Search another status or error code.

Exit mobile version