Changeset 77256 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Feb 11, 2019 12:19:52 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dvm.h
r76585 r77256 216 216 217 217 /** 218 * Queries the range of the given volume on the underyling medium. 219 * 220 * @returns IPRT status code. 221 * @param hVolFmt The format specific volume handle. 222 * @param poffStart Where to store the start offset in bytes on the underlying medium. 223 * @param poffEnd Where to store the end offset in bytes on the underlying medium (inclusive). 224 */ 225 DECLCALLBACKMEMBER(int, pfnVolumeQueryRange)(RTDVMVOLUMEFMT hVolFmt, uint64_t *poffStart, uint64_t *poffEnd); 226 227 /** 218 228 * Returns whether the supplied range is at least partially intersecting 219 229 * with the given volume.
Note:
See TracChangeset
for help on using the changeset viewer.