Searched refs:pAsync (Results 1 – 1 of 1) sorted by relevance
146 static HRESULT WaitForAsync(IVssAsync *pAsync) in WaitForAsync() argument153 hr = pAsync->Wait(); in WaitForAsync()158 hr = pAsync->QueryStatus(&ret, NULL); in WaitForAsync()303 COMPointer<IVssAsync> pAsync; in requester_freeze() local387 hr = vss_ctx.pVssbc->GatherWriterMetadata(pAsync.replace()); in requester_freeze()389 hr = WaitForAsync(pAsync); in requester_freeze()477 hr = vss_ctx.pVssbc->PrepareForBackup(pAsync.replace()); in requester_freeze()479 hr = WaitForAsync(pAsync); in requester_freeze()486 hr = vss_ctx.pVssbc->GatherWriterStatus(pAsync.replace()); in requester_freeze()488 hr = WaitForAsync(pAsync); in requester_freeze()[all …]