BSOS_OPTIONS enumeration (shcore.h)
Specifies the behavior of a RandomAccessStream that encapsulates a Component Object Model (COM) IStream.
Syntax
typedef enum {
BSOS_DEFAULT = 0,
BSOS_PREFERDESTINATIONSTREAM
} BSOS_OPTIONS;
Constants
BSOS_DEFAULT Value: 0 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
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | shcore.h |