DkmDataCreationDisposition Enum

Definition

Action to be taken if the data item is already in the container.

C++/CX
public enum class 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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022