Lines Matching refs:HRESULT

40     HRESULT FinalConstruct();
44 HRESULT init(VirtualBox *aParent);
49 HRESULT i_loadSettings(const settings::SystemProperties &data);
50 HRESULT i_saveSettings(settings::SystemProperties &data);
61 HRESULT getMinGuestRAM(ULONG *aMinGuestRAM);
62 HRESULT getMaxGuestRAM(ULONG *aMaxGuestRAM);
63 HRESULT getMinGuestVRAM(ULONG *aMinGuestVRAM);
64 HRESULT getMaxGuestVRAM(ULONG *aMaxGuestVRAM);
65 HRESULT getMinGuestCPUCount(ULONG *aMinGuestCPUCount);
66 HRESULT getMaxGuestCPUCount(ULONG *aMaxGuestCPUCount);
67 HRESULT getMaxGuestMonitors(ULONG *aMaxGuestMonitors);
68 HRESULT getInfoVDSize(LONG64 *aInfoVDSize);
69 HRESULT getSerialPortCount(ULONG *aSerialPortCount);
70 HRESULT getParallelPortCount(ULONG *aParallelPortCount);
71 HRESULT getMaxBootPosition(ULONG *aMaxBootPosition);
72 HRESULT getExclusiveHwVirt(BOOL *aExclusiveHwVirt);
73 HRESULT setExclusiveHwVirt(BOOL aExclusiveHwVirt);
74 HRESULT getDefaultMachineFolder(com::Utf8Str &aDefaultMachineFolder);
75 HRESULT setDefaultMachineFolder(const com::Utf8Str &aDefaultMachineFolder);
76 HRESULT getLoggingLevel(com::Utf8Str &aLoggingLevel);
77 HRESULT setLoggingLevel(const com::Utf8Str &aLoggingLevel);
78 HRESULT getMediumFormats(std::vector<ComPtr<IMediumFormat> > &aMediumFormats);
79 HRESULT getDefaultHardDiskFormat(com::Utf8Str &aDefaultHardDiskFormat);
80 HRESULT setDefaultHardDiskFormat(const com::Utf8Str &aDefaultHardDiskFormat);
81 HRESULT getFreeDiskSpaceWarning(LONG64 *aFreeDiskSpaceWarning);
82 HRESULT setFreeDiskSpaceWarning(LONG64 aFreeDiskSpaceWarning);
83 HRESULT getFreeDiskSpacePercentWarning(ULONG *aFreeDiskSpacePercentWarning);
84 HRESULT setFreeDiskSpacePercentWarning(ULONG aFreeDiskSpacePercentWarning);
85 HRESULT getFreeDiskSpaceError(LONG64 *aFreeDiskSpaceError);
86 HRESULT setFreeDiskSpaceError(LONG64 aFreeDiskSpaceError);
87 HRESULT getFreeDiskSpacePercentError(ULONG *aFreeDiskSpacePercentError);
88 HRESULT setFreeDiskSpacePercentError(ULONG aFreeDiskSpacePercentError);
89 HRESULT getVRDEAuthLibrary(com::Utf8Str &aVRDEAuthLibrary);
90 HRESULT setVRDEAuthLibrary(const com::Utf8Str &aVRDEAuthLibrary);
91 HRESULT getWebServiceAuthLibrary(com::Utf8Str &aWebServiceAuthLibrary);
92 HRESULT setWebServiceAuthLibrary(const com::Utf8Str &aWebServiceAuthLibrary);
93 HRESULT getDefaultVRDEExtPack(com::Utf8Str &aDefaultVRDEExtPack);
94 HRESULT setDefaultVRDEExtPack(const com::Utf8Str &aDefaultVRDEExtPack);
95 HRESULT getLogHistoryCount(ULONG *aLogHistoryCount);
96 HRESULT setLogHistoryCount(ULONG aLogHistoryCount);
97 HRESULT getDefaultAudioDriver(AudioDriverType_T *aDefaultAudioDriver);
98 HRESULT getAutostartDatabasePath(com::Utf8Str &aAutostartDatabasePath);
99 HRESULT setAutostartDatabasePath(const com::Utf8Str &aAutostartDatabasePath);
100 HRESULT getDefaultAdditionsISO(com::Utf8Str &aDefaultAdditionsISO);
101 HRESULT setDefaultAdditionsISO(const com::Utf8Str &aDefaultAdditionsISO);
102 HRESULT getDefaultFrontend(com::Utf8Str &aDefaultFrontend);
103 HRESULT setDefaultFrontend(const com::Utf8Str &aDefaultFrontend);
104 HRESULT getScreenShotFormats(std::vector<BitmapFormat_T> &aScreenShotFormats);
107 HRESULT getMaxNetworkAdapters(ChipsetType_T aChipset,
109 HRESULT getMaxNetworkAdaptersOfType(ChipsetType_T aChipset,
112 HRESULT getMaxDevicesPerPortForStorageBus(StorageBus_T aBus,
114 HRESULT getMinPortCountForStorageBus(StorageBus_T aBus,
116 HRESULT getMaxPortCountForStorageBus(StorageBus_T aBus,
118 HRESULT getMaxInstancesOfStorageBus(ChipsetType_T aChipset,
121 HRESULT getDeviceTypesForStorageBus(StorageBus_T aBus,
123 HRESULT getDefaultIoCacheSettingForStorageController(StorageControllerType_T aControllerType,
125 HRESULT getStorageControllerHotplugCapable(StorageControllerType_T aControllerType,
127 HRESULT getMaxInstancesOfUSBControllerType(ChipsetType_T aChipset,
131 HRESULT i_getUserHomeDirectory(Utf8Str &strPath);
132 HRESULT i_setDefaultMachineFolder(const Utf8Str &strPath);
133 HRESULT i_setLoggingLevel(const com::Utf8Str &aLoggingLevel);
134 HRESULT i_setDefaultHardDiskFormat(const com::Utf8Str &aFormat);
135 HRESULT i_setVRDEAuthLibrary(const com::Utf8Str &aPath);
137 HRESULT i_setWebServiceAuthLibrary(const com::Utf8Str &aPath);
138 HRESULT i_setDefaultVRDEExtPack(const com::Utf8Str &aExtPack);
139 HRESULT i_setAutostartDatabasePath(const com::Utf8Str &aPath);
140 HRESULT i_setDefaultAdditionsISO(const com::Utf8Str &aPath);
141 HRESULT i_setDefaultFrontend(const com::Utf8Str &aDefaultFrontend);