énumération MFBYTESTREAM_SEEK_ORIGIN (mfobjects.h)
Spécifie l’origine d’une demande de recherche.
Syntax
typedef enum _MFBYTESTREAM_SEEK_ORIGIN {
msoBegin = 0,
msoCurrent
} MFBYTESTREAM_SEEK_ORIGIN;
Constantes
msoBegin Valeur : 0 La position de recherche est spécifiée par rapport au début du flux. |
msoCurrent La position de recherche est spécifiée par rapport à la position de lecture/écriture actuelle dans le flux. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau | applications UWP] |
En-tête | mfobjects.h (include Mfidl.h) |