Lines Matching refs:HRESULT

57     HRESULT setProgressErrorMsg(HRESULT hr, const Utf8Str &strMsg);
254 HRESULT FinalConstruct(void);
262 HRESULT getUser(com::Utf8Str &aUser);
263 HRESULT getDomain(com::Utf8Str &aDomain);
264 HRESULT getName(com::Utf8Str &aName);
265 HRESULT getId(ULONG *aId);
266 HRESULT getTimeout(ULONG *aTimeout);
267 HRESULT setTimeout(ULONG aTimeout);
268 HRESULT getProtocolVersion(ULONG *aProtocolVersion);
269 HRESULT getStatus(GuestSessionStatus_T *aStatus);
270 HRESULT getEnvironment(std::vector<com::Utf8Str> &aEnvironment);
271 HRESULT setEnvironment(const std::vector<com::Utf8Str> &aEnvironment);
272 HRESULT getProcesses(std::vector<ComPtr<IGuestProcess> > &aProcesses);
273 HRESULT getDirectories(std::vector<ComPtr<IGuestDirectory> > &aDirectories);
274 HRESULT getFiles(std::vector<ComPtr<IGuestFile> > &aFiles);
275 HRESULT getEventSource(ComPtr<IEventSource> &aEventSource);
280 HRESULT close();
281 HRESULT copyFrom(const com::Utf8Str &aSource,
285 HRESULT copyTo(const com::Utf8Str &aSource,
289 HRESULT directoryCreate(const com::Utf8Str &aPath,
292 HRESULT directoryCreateTemp(const com::Utf8Str &aTemplateName,
297 HRESULT directoryExists(const com::Utf8Str &aPath,
299 HRESULT directoryOpen(const com::Utf8Str &aPath,
303 HRESULT directoryQueryInfo(const com::Utf8Str &aPath,
305 HRESULT directoryRemove(const com::Utf8Str &aPath);
306 HRESULT directoryRemoveRecursive(const com::Utf8Str &aPath,
309 HRESULT directoryRename(const com::Utf8Str &aSource,
312 HRESULT directorySetACL(const com::Utf8Str &aPath,
314 HRESULT environmentClear();
315 HRESULT environmentGet(const com::Utf8Str &aName,
317 HRESULT environmentSet(const com::Utf8Str &aName,
319 HRESULT environmentUnset(const com::Utf8Str &aName);
320 HRESULT fileCreateTemp(const com::Utf8Str &aTemplateName,
325 HRESULT fileExists(const com::Utf8Str &aPath,
327 HRESULT fileRemove(const com::Utf8Str &aPath);
328 HRESULT fileOpen(const com::Utf8Str &aPath,
333 HRESULT fileOpenEx(const com::Utf8Str &aPath,
340 HRESULT fileQueryInfo(const com::Utf8Str &aPath,
342 HRESULT fileQuerySize(const com::Utf8Str &aPath,
344 HRESULT fileRename(const com::Utf8Str &aSource,
347 HRESULT fileSetACL(const com::Utf8Str &aFile,
349 HRESULT processCreate(const com::Utf8Str &aCommand,
355 HRESULT processCreateEx(const com::Utf8Str &aCommand,
363 HRESULT processGet(ULONG aPid,
365 HRESULT symlinkCreate(const com::Utf8Str &aSource,
368 HRESULT symlinkExists(const com::Utf8Str &aSymlink,
370 HRESULT symlinkRead(const com::Utf8Str &aSymlink,
373 HRESULT symlinkRemoveDirectory(const com::Utf8Str &aPath);
374 HRESULT symlinkRemoveFile(const com::Utf8Str &aFile);
375 HRESULT waitFor(ULONG aWaitFor,
378 HRESULT waitForArray(const std::vector<GuestSessionWaitForFlag_T> &aWaitFor,
422 HRESULT i_isReadyExternal(void);
438 static HRESULT i_setErrorExternal(VirtualBoxBase *pInterface, int guestRc);