MF_BYTE_STREAM_CACHE_RANGE structure
Specifies a range of bytes.
Syntax
struct MF_BYTE_STREAM_CACHE_RANGE {
QWORD qwStartOffset;
QWORD qwEndOffset;
};
Members
- qwStartOffset
-
The offset, in bytes, of the start of the range.
- qwEndOffset
-
The offset, in bytes, of the end of the range.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
See also
Show: