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.
enum _MFT_DRAIN_TYPE
{
MFT_DRAIN_PRODUCE_TAILS = 0,
MFT_DRAIN_NO_TAILS = 0x1
};
| Constant | Description |
|---|---|
| MFT_DRAIN_PRODUCE_TAILS | Reserved. |
| MFT_DRAIN_NO_TAILS | Reserved. |
Header: Declared in mftransform.h.