énumération MF_TOPONODE_DRAIN_MODE (mfidl.h)

Définit à quels moments une transformation dans une topologie est vidée.

Syntax

typedef enum _MF_TOPONODE_DRAIN_MODE {
  MF_TOPONODE_DRAIN_DEFAULT = 0,
  MF_TOPONODE_DRAIN_ALWAYS,
  MF_TOPONODE_DRAIN_NEVER
} MF_TOPONODE_DRAIN_MODE;

Constantes

 
MF_TOPONODE_DRAIN_DEFAULT
Valeur : 0
La transformation est vidée lorsque la fin d’un flux est atteinte. Il n’est pas vidé lorsque le marquage est atteint à la fin d’un segment.
MF_TOPONODE_DRAIN_ALWAYS
La transformation est vidée chaque fois qu’une topologie se termine.
MF_TOPONODE_DRAIN_NEVER
La transformation n’est jamais vidée.

Spécifications

   
Client minimal pris en charge Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête mfidl.h

Voir aussi

MF_TOPONODE_DRAIN

Énumérations Media Foundation