What does HRESULT 0x0004230A (VSS_S_ASYNC_FINISHED) mean?

 
Previous Next
VSS_S_ASYNC_PENDING VSS_S_ASYNC_CANCELLED

VSS_S_ASYNC_FINISHED

VSS_S_ASYNC_FINISHED is a successful status returned when a VSS asynchronous operation has completed. It does not by itself describe the outcome of every sub-operation; inspect the result associated with the original API call when that API documents additional status information.

What to do

  • Read any output objects or result codes documented for the method that created the IVssAsync instance.
  • Continue the VSS request sequence only after the required asynchronous stage has finished.
  • Release the asynchronous object when the requester no longer needs its status.

Microsoft: IVssAsync::QueryStatus


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