énumération BSOS_OPTIONS (shcore.h)
Spécifie le comportement d’un RandomAccessStream qui encapsule un IStream COM (Component Object Model).
Syntax
typedef enum {
BSOS_DEFAULT = 0,
BSOS_PREFERDESTINATIONSTREAM
} BSOS_OPTIONS;
Constantes
BSOS_DEFAULT Valeur : 0 Lors de la création d’un RandomAccessStream sur un flux, utilisez le comportement IRandomAccessStream de base sur le mode STGM à partir de la méthode Stat . |
BSOS_PREFERDESTINATIONSTREAM Utilisez la méthode GetDestinationStream . |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 |
Serveur minimal pris en charge | Windows Server 2012 |
En-tête | shcore.h |