_MFT_DRAIN_TYPE Enumeration

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

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

Constants

Constant Description
MFT_DRAIN_PRODUCE_TAILS Reserved.
MFT_DRAIN_NO_TAILS Reserved.

Requirements

Header: Declared in mftransform.h.