Lines Matching refs:HRESULT

46     HRESULT FinalConstruct();
50 HRESULT init();
56 HRESULT getState(SessionState_T *aState);
57 HRESULT getType(SessionType_T *aType);
58 HRESULT getMachine(ComPtr<IMachine> &aMachine);
59 HRESULT getConsole(ComPtr<IConsole> &aConsole);
62 HRESULT unlockMachine();
65 HRESULT getPID(ULONG *aPid);
66 HRESULT getRemoteConsole(ComPtr<IConsole> &aRemoteConsole);
67 HRESULT getNominalState(MachineState_T *aNominalState);
71 HRESULT assignMachine(const ComPtr<IMachine> &aMachine,
75 HRESULT assignMachine(const ComPtr<IMachine> &aMachine,
79 HRESULT assignRemoteMachine(const ComPtr<IMachine> &aMachine,
81 HRESULT updateMachineState(MachineState_T aMachineState);
82 HRESULT uninitialize();
83 HRESULT onNetworkAdapterChange(const ComPtr<INetworkAdapter> &aNetworkAdapter,
85 HRESULT onSerialPortChange(const ComPtr<ISerialPort> &aSerialPort);
86 HRESULT onParallelPortChange(const ComPtr<IParallelPort> &aParallelPort);
87 HRESULT onStorageControllerChange();
88 HRESULT onMediumChange(const ComPtr<IMediumAttachment> &aMediumAttachment,
90 HRESULT onStorageDeviceChange(const ComPtr<IMediumAttachment> &aMediumAttachment,
93 HRESULT onClipboardModeChange(ClipboardMode_T aClipboardMode);
94 HRESULT onDnDModeChange(DnDMode_T aDndMode);
95 HRESULT onCPUChange(ULONG aCpu,
97 HRESULT onCPUExecutionCapChange(ULONG aExecutionCap);
98 HRESULT onVRDEServerChange(BOOL aRestart);
99 HRESULT onVideoCaptureChange();
100 HRESULT onUSBControllerChange();
101 HRESULT onSharedFolderChange(BOOL aGlobal);
102 HRESULT onUSBDeviceAttach(const ComPtr<IUSBDevice> &aDevice,
106 HRESULT onUSBDeviceDetach(const com::Guid &aId,
108 HRESULT onShowWindow(BOOL aCheck,
111 HRESULT onBandwidthGroupChange(const ComPtr<IBandwidthGroup> &aBandwidthGroup);
112 HRESULT accessGuestProperty(const com::Utf8Str &aName,
119 HRESULT enumerateGuestProperties(const com::Utf8Str &aPatterns,
124 HRESULT onlineMergeMedium(const ComPtr<IMediumAttachment> &aMediumAttachment,
128 HRESULT reconfigureMediumAttachments(const std::vector<ComPtr<IMediumAttachment> > &aAttachments);
129 HRESULT enableVMMStatistics(BOOL aEnable);
130 HRESULT pauseWithReason(Reason_T aReason);
131 HRESULT resumeWithReason(Reason_T aReason);
132 HRESULT saveStateWithReason(Reason_T aReason,
137 HRESULT cancelSaveStateWithReason();
140 HRESULT i_unlockMachine(bool aFinalRelease, bool aFromServer);