Changeset 105097 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 2, 2024 12:38:59 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/Recording.cpp
r105095 r105097 1010 1010 * @param vrc Result code of the limit operation. 1011 1011 */ 1012 DECLCALLBACK(int)RecordingContext::onLimitReached(uint32_t uScreen, int vrc)1012 int RecordingContext::onLimitReached(uint32_t uScreen, int vrc) 1013 1013 { 1014 1014 LogFlowThisFunc(("Stream %RU32 has reached its limit (%Rrc)\n", uScreen, vrc));
Note:
See TracChangeset
for help on using the changeset viewer.