enumerazione BSOS_OPTIONS (shcore.h)
Specifica il comportamento di un oggetto RandomAccessStream che incapsula un IStream (Component Object Model).
Sintassi
typedef enum {
BSOS_DEFAULT = 0,
BSOS_PREFERDESTINATIONSTREAM
} BSOS_OPTIONS;
Costanti
BSOS_DEFAULT Valore: 0 Quando si crea un oggetto RandomAccessStream su un flusso, usare il comportamento IRandomAccessStream di base nella modalità STGM dal metodo Stat . |
BSOS_PREFERDESTINATIONSTREAM Usare il metodo GetDestinationStream . |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 |
Server minimo supportato | Windows Server 2012 |
Intestazione | shcore.h |