Changeset 85879 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 24, 2020 5:44:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dvm.h
r85877 r85879 292 292 * @retval VERR_INVALID_FUNCTION if the @a enmProperty value is wrong. 293 293 * @retval VERR_INVALID_PARAMETER if the fixed buffer size is wrong. Correct 294 * size in @a *pcb Ret.294 * size in @a *pcbBuf. 295 295 * @retval VERR_BUFFER_OVERFLOW if the property doesn't have a fixed size 296 * buffer and the buffer isn't big enough. Correct size in @a *pcb Ret.296 * buffer and the buffer isn't big enough. Correct size in @a *pcbBuf. 297 297 * @retval VERR_INVALID_HANDLE if the handle is invalid. 298 298 * … … 307 307 * is okay to return a smaller amount of data. The common 308 308 * code will make upcast the data. 309 * @param pcb RetWhere to return the amount of data returned. This must309 * @param pcbBuf Where to return the amount of data returned. This must 310 310 * be set even for fixed type/sized data. 311 311 * @sa RTDvmVolumeQueryProp, RTDvmVolumeGetPropU64
Note:
See TracChangeset
for help on using the changeset viewer.