Beispiel #1
0
 public virtual RfcResultCode GetConnectionAttributes(IntPtr rfcHandle, out RfcAttributes attributes, out RfcErrorInfo errorInfo)
 => RfcGetConnectionAttributes(rfcHandle, out attributes, out errorInfo);
Beispiel #2
0
 private static extern RfcResultCode RfcGetConnectionAttributes(IntPtr rfcHandle, out RfcAttributes attributes, out RfcErrorInfo errorInfo);