Lines Matching refs:HRESULT

38     HRESULT FinalConstruct();
52 HRESULT init(
84 HRESULT init(
106 HRESULT init(
118 HRESULT init(BOOL aCancelable,
126 HRESULT i_notifyComplete(HRESULT aResultCode);
127 HRESULT i_notifyComplete(HRESULT aResultCode,
132 HRESULT i_notifyCompleteV(HRESULT aResultCode,
137 HRESULT i_notifyCompleteEI(HRESULT aResultCode,
166 HRESULT mResultCode;
185 HRESULT getId(com::Guid &aId);
186 HRESULT getDescription(com::Utf8Str &aDescription);
187 HRESULT getInitiator(ComPtr<IUnknown> &aInitiator);
188 HRESULT getCancelable(BOOL *aCancelable);
189 HRESULT getPercent(ULONG *aPercent);
190 HRESULT getTimeRemaining(LONG *aTimeRemaining);
191 HRESULT getCompleted(BOOL *aCompleted);
192 HRESULT getCanceled(BOOL *aCanceled);
193 HRESULT getResultCode(LONG *aResultCode);
194 HRESULT getErrorInfo(ComPtr<IVirtualBoxErrorInfo> &aErrorInfo);
195 HRESULT getOperationCount(ULONG *aOperationCount);
196 HRESULT getOperation(ULONG *aOperation);
197 HRESULT getOperationDescription(com::Utf8Str &aOperationDescription);
198 HRESULT getOperationPercent(ULONG *aOperationPercent);
199 HRESULT getOperationWeight(ULONG *aOperationWeight);
200 HRESULT getTimeout(ULONG *aTimeout);
201 HRESULT setTimeout(ULONG aTimeout);
204 HRESULT setCurrentOperationProgress(ULONG aPercent);
205 HRESULT setNextOperation(const com::Utf8Str &aNextOperationDescription,
207 HRESULT waitForCompletion(LONG aTimeout);
208 HRESULT waitForOperationCompletion(ULONG aOperation,
210 HRESULT waitForAsyncProgressCompletion(const ComPtr<IProgress> &aPProgressAsync);
211 HRESULT cancel();