| Visual Basic | |
|---|---|
Public Enum EdmGetOpMsg Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmGetOpMsg : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmGetOpMsg : public System.Enum | |
| Member | Description |
|---|---|
| Egom_ErrorRunningPostAddins | 3 = An error occurred running add-ins that implement hooks on EdmCmd_PostGet or EdmCmd_PostLock commands |
| Egom_LockNotificationsError | 1 = Error sending check-out notifications |
| Egom_Undefined | 0 = Undefined message |
| Egom_UndoLockAfterErrorFailed | 2 = The attempt to unlock a file after its check-out failed has failed |