Changeset 77970 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Apr 1, 2019 1:35:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dvm.h
r77256 r77970 220 220 * @returns IPRT status code. 221 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); 222 * @param poffStart Where to store the start byte offset on the 223 * underlying medium. 224 * @param poffLast Where to store the last byte offset on the 225 * underlying medium (inclusive). 226 */ 227 DECLCALLBACKMEMBER(int, pfnVolumeQueryRange)(RTDVMVOLUMEFMT hVolFmt, uint64_t *poffStart, uint64_t *poffLast); 226 228 227 229 /**
Note:
See TracChangeset
for help on using the changeset viewer.