Example #1
0
 public virtual RfcResultCode GetFieldDescByIndex(IntPtr typeHandle, uint index, out RfcFieldDescription fieldDesc, out RfcErrorInfo errorInfo)
 => RfcGetFieldDescByIndex(typeHandle, index, out fieldDesc, out errorInfo);
Example #2
0
 public virtual RfcResultCode GetFieldDescByName(IntPtr typeHandle, string name, out RfcFieldDescription fieldDesc, out RfcErrorInfo errorInfo)
 => RfcGetFieldDescByName(typeHandle, name, out fieldDesc, out errorInfo);
Example #3
0
 private static extern RfcResultCode RfcGetFieldDescByIndex(IntPtr typeHandle, uint index, out RfcFieldDescription fieldDesc, out RfcErrorInfo errorInfo);
Example #4
0
 private static extern RfcResultCode RfcGetFieldDescByName(IntPtr typeHandle, string name, out RfcFieldDescription fieldDesc, out RfcErrorInfo errorInfo);