Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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_DEFAULTValue: 0 When creating a RandomAccessStream over a stream, use the base IRandomAccessStream behavior on the STGM mode from the Stat method. |
BSOS_PREFERDESTINATIONSTREAMUse the GetDestinationStream method. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | shcore.h |