The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BSOS_OPTIONS enumeration
Specifies the behavior of a RandomAccessStream that encapsulates a Component Object Model (COM) IStream.
Syntax
typedef enum _BSOS_OPTIONS { BSOS_DEFAULT = 0, BSOS_PREFERDESTINATIONSTREAM = 1 } BSOS_OPTIONS;
Constants
- BSOS_DEFAULT
-
When creating a RandomAccessStream over a stream, use the base IRandomAccessStream behavior on the STGM mode from the Stat method.
- BSOS_PREFERDESTINATIONSTREAM
-
Use the GetDestinationStream method.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also
Show: