Changeset 46367 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jun 3, 2013 4:34:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/SystemPropertiesImpl.h
r44948 r46367 70 70 STDMETHOD(COMGETTER(ParallelPortCount))(ULONG *count); 71 71 STDMETHOD(COMGETTER(MaxBootPosition))(ULONG *aMaxBootPosition); 72 STDMETHOD(COMGETTER(LoggingLevel))(BSTR *aLoggingLevel); 73 STDMETHOD(COMSETTER(LoggingLevel))(IN_BSTR aLoggingLevel); 72 74 STDMETHOD(COMGETTER(DefaultMachineFolder))(BSTR *aDefaultMachineFolder); 73 75 STDMETHOD(COMSETTER(DefaultMachineFolder))(IN_BSTR aDefaultMachineFolder); … … 125 127 HRESULT getUserHomeDirectory(Utf8Str &strPath); 126 128 HRESULT setDefaultMachineFolder(const Utf8Str &aPath); 129 HRESULT setLoggingLevel(const Utf8Str &aLoggingLevel); 127 130 HRESULT setDefaultHardDiskFormat(const Utf8Str &aFormat); 128 131
Note:
See TracChangeset
for help on using the changeset viewer.