Changeset 75356 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Nov 9, 2018 11:28:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/RecordingInternals.cpp
r75355 r75356 65 65 * 66 66 * @returns IPRT status code. 67 * @param pBlock Video recording (data) block to free. The pointer will be invalid after return.67 * @param pBlock Recording (data) block to free. The pointer will be invalid after return. 68 68 */ 69 void Recording Free(PRECORDINGBLOCK pBlock)69 void RecordingBlockFree(PRECORDINGBLOCK pBlock) 70 70 { 71 71 if (!pBlock)
Note:
See TracChangeset
for help on using the changeset viewer.