コード例 #1
0
ファイル: RfcInterop.cs プロジェクト: huysentruitw/SapNwRfc
 public virtual RfcResultCode GetExceptionDescByName(IntPtr funcDesc, string name, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo)
 => RfcGetExceptionDescByName(funcDesc, name, out excDesc, out errorInfo);
コード例 #2
0
ファイル: RfcInterop.cs プロジェクト: huysentruitw/SapNwRfc
 public virtual RfcResultCode GetExceptionDescByIndex(IntPtr funcDesc, uint index, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo)
 => RfcGetExceptionDescByIndex(funcDesc, index, out excDesc, out errorInfo);
コード例 #3
0
ファイル: RfcInterop.cs プロジェクト: huysentruitw/SapNwRfc
 private static extern RfcResultCode RfcGetExceptionDescByName(IntPtr funcDesc, string name, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo);
コード例 #4
0
ファイル: RfcInterop.cs プロジェクト: huysentruitw/SapNwRfc
 private static extern RfcResultCode RfcGetExceptionDescByIndex(IntPtr funcDesc, uint index, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo);