| Visual Basic | |
|---|---|
Public Enum EdmGetOpReply Inherits System.Enum | |
| C# | |
|---|---|
public enum EdmGetOpReply : System.Enum | |
| C++/CLI | |
|---|---|
public enum class EdmGetOpReply : public System.Enum | |
| Member | Description |
|---|---|
| EdmGetRep_CallReportFailure | 0 = Call IEdmGetOpCallback::ReportFailure |
| EdmGetRep_Cancel | 1 = Cancel the operation |
| EdmGetRep_Process | 3 = Proceed to process the file |
| EdmGetRep_Skip | 2 = Skip the file but proceed with the operation |