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