Searched defs:WaitForOperationCompletion (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DProgressProxyImpl.cpp626 STDMETHODIMP ProgressProxy::WaitForOperationCompletion(ULONG aOperation, LONG aTimeout) function in class:ProgressProxy
645 /* ASSUMES that Progress::WaitForOperationCompletion is using
647 hrc = Progress::WaitForOperationCompletion(aOperation, aTimeout);
655 hrc = ptrOtherProgress->WaitForOperationCompletion(aOperation, aTimeout);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h3203 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_0.h3756 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_1.h3782 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
H A DVBoxCAPI_v3_2.h3986 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_0.h4249 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_1.h4607 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_2.h5520 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
H A DVBoxCAPI_v4_3.h10841 nsresult (*WaitForOperationCompletion)( member in struct:IProgress_vtbl
10910 nsresult (*WaitForOperationCompletion)( member in struct:IProgressVtbl
10964 #define IProgress_WaitForOperationCompletion(p, aOperation, aTimeout) ((p)->lpVtbl->WaitForOperationCompletion(p, aOperation, aTimeout))

Completed in 457 milliseconds