_MFT_DRAIN_TYPE enumeration (mftransform.h)

Not supported.

Note  Earlier versions of this documentation described the _MFT_DRAIN_TYPE enumeration incorrectly. The enumeration is not supported. For more information, see MFT_MESSAGE_TYPE.
 

Syntax

typedef enum _MFT_DRAIN_TYPE {
  MFT_DRAIN_PRODUCE_TAILS = 0,
  MFT_DRAIN_NO_TAILS = 0x1
} ;

Constants

 
MFT_DRAIN_PRODUCE_TAILS
Value: 0
Reserved.
MFT_DRAIN_NO_TAILS
Value: 0x1
Reserved.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header mftransform.h

See also

Media Foundation Enumerations