Changeset 85879 in vbox for trunk/include
- Timestamp:
- Aug 24, 2020 5:44:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dvm.h
r85877 r85879 482 482 * Query a generic volume property. 483 483 * 484 * This is an extensible interface for retri ving mostly format specific485 * information, or information that's not commonly used. (It's model led after484 * This is an extensible interface for retrieving mostly format specific 485 * information, or information that's not commonly used. (It's modeled after 486 486 * RTLdrQueryPropEx.) 487 487 * … … 493 493 * @retval VERR_INVALID_FUNCTION if the @a enmProperty value is wrong. 494 494 * @retval VERR_INVALID_PARAMETER if the fixed buffer size is wrong. Correct 495 * size in @a *pcb Ret.495 * size in @a *pcbBuf. 496 496 * @retval VERR_BUFFER_OVERFLOW if the property doesn't have a fixed size 497 * buffer and the buffer isn't big enough. Correct size in @a *pcb Ret.497 * buffer and the buffer isn't big enough. Correct size in @a *pcbBuf. 498 498 * @retval VERR_INVALID_HANDLE if the handle is invalid. 499 499 * @param hVol Handle to the volume. … … 502 502 * it's only used for returning data. 503 503 * @param cbBuf The size of the buffer. 504 * @param pcb RetWhere to return the amount of data returned. On504 * @param pcbBuf Where to return the amount of data returned. On 505 505 * buffer size errors, this is set to the correct size. 506 506 * Optional.
Note:
See TracChangeset
for help on using the changeset viewer.