CMBlockBufferFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of flags to be used with CreateEmpty(UInt32, CMBlockBufferFlags, CMBlockBufferError).
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CMBlockBufferFlags
type CMBlockBufferFlags =
- Inheritance
-
CMBlockBufferFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
AssureMemoryNow | 1 | |
AlwaysCopyData | 2 | |
DontOptimizeDepth | 4 | |
PermitEmptyReference | 8 |