Searched refs:pAsyncSnapshot (Results 1 – 1 of 1) sorted by relevance
52 IVssAsync *pAsyncSnapshot; /* async info of VSS snapshot operation */ member 118 if (vss_ctx.pAsyncSnapshot) { in requester_cleanup() 119 vss_ctx.pAsyncSnapshot->Release(); in requester_cleanup() 120 vss_ctx.pAsyncSnapshot = NULL; in requester_cleanup() 507 hr = vss_ctx.pVssbc->DoSnapshotSet(&vss_ctx.pAsyncSnapshot); in requester_freeze() 515 HRESULT hr2 = vss_ctx.pAsyncSnapshot->QueryStatus(&hr, NULL); in requester_freeze() 593 if (!vss_ctx.pAsyncSnapshot) { in requester_thaw() 599 HRESULT hr = WaitForAsync(vss_ctx.pAsyncSnapshot); in requester_thaw()