DkmDataCreationDisposition 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.
Action to be taken if the data item is already in the container.
public enum class DkmDataCreationDisposition
public enum class DkmDataCreationDisposition
enum DkmDataCreationDisposition
public enum DkmDataCreationDisposition
type DkmDataCreationDisposition =
Public Enum DkmDataCreationDisposition
- Inheritance
-
DkmDataCreationDisposition
Fields
Name | Value | Description |
---|---|---|
CreateNew | 0 | Add the data item only if there is no other data item with the same id. |
CreateAlways | 1 | Always add the data item. If the data item is already present then overwrite it with the new value. |