Changeset 96172 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 12, 2022 1:27:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RecordingScreenSettingsImpl.h
r96141 r96172 73 73 HRESULT getEnabled(BOOL *enabled); 74 74 HRESULT setEnabled(BOOL enabled); 75 HRESULT getFeatures( ULONG *aFeatures);76 HRESULT setFeatures( ULONGaFeatures);75 HRESULT getFeatures(std::vector<RecordingFeature_T> &aFeatures); 76 HRESULT setFeatures(const std::vector<RecordingFeature_T> &aFeatures); 77 77 HRESULT getDestination(RecordingDestination_T *aDestination); 78 78 HRESULT setDestination(RecordingDestination_T aDestination);
Note:
See TracChangeset
for help on using the changeset viewer.