Searched refs:pAsync (Results 1 – 1 of 1) sorted by relevance
147 static HRESULT WaitForAsync(IVssAsync *pAsync) in WaitForAsync() argument154 hr = pAsync->Wait(); in WaitForAsync()159 hr = pAsync->QueryStatus(&ret, NULL); in WaitForAsync()304 COMPointer<IVssAsync> pAsync; in requester_freeze() local388 hr = vss_ctx.pVssbc->GatherWriterMetadata(pAsync.replace()); in requester_freeze()390 hr = WaitForAsync(pAsync); in requester_freeze()478 hr = vss_ctx.pVssbc->PrepareForBackup(pAsync.replace()); in requester_freeze()480 hr = WaitForAsync(pAsync); in requester_freeze()487 hr = vss_ctx.pVssbc->GatherWriterStatus(pAsync.replace()); in requester_freeze()489 hr = WaitForAsync(pAsync); in requester_freeze()[all …]