Changeset 41549 in vbox for trunk/src/VBox/Runtime/include/internal/dvm.h
- Timestamp:
- Jun 1, 2012 5:29:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dvm.h
r40137 r41549 122 122 123 123 /** 124 * Returns whether the given range is in use by the volume manager. 125 * 126 * @returns IPRT status code. 127 * @param hVolMgrFmt The format specific volume manager handle. 128 * @param offStart Start offset of the range. 129 * @param cbRange Size of the range to check in bytes. 130 * @param pfUsed Where to store whether the range is in use by the 131 * volume manager. 132 */ 133 DECLCALLBACKMEMBER(int, pfnQueryRangeUse)(RTDVMFMT hVolMgrFmt, 134 uint64_t off, uint64_t cbRange, 135 bool *pfUsed); 136 137 /** 124 138 * Gets the number of valid volumes in the map. 125 139 *
Note:
See TracChangeset
for help on using the changeset viewer.