| Visual Basic | |
|---|---|
Public Enum EdmUserDataFlags Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmUserDataFlags : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmUserDataFlags : public System.Enum | |
| Member | Description |
|---|---|
| Edmudf_CopySettings | 4 = Copy the settings from the user with EdmUserData.mlUserID |
| Edmudf_ForceAdd | 2 = Add this user even if other users in the array sent to IEdmUserMgr7::AddUsers2 cannot be added |
| Edmudf_GetInterface | 1 = Return the IEdmUser6 interface in the structure |
| Edmudf_Nothing | 0 = None of the other flags |