예제 #1
0
 public virtual RfcResultCode GetExceptionDescByName(IntPtr funcDesc, string name, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo)
 => RfcGetExceptionDescByName(funcDesc, name, out excDesc, out errorInfo);
예제 #2
0
 public virtual RfcResultCode GetExceptionDescByIndex(IntPtr funcDesc, uint index, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo)
 => RfcGetExceptionDescByIndex(funcDesc, index, out excDesc, out errorInfo);
예제 #3
0
 private static extern RfcResultCode RfcGetExceptionDescByName(IntPtr funcDesc, string name, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo);
예제 #4
0
 private static extern RfcResultCode RfcGetExceptionDescByIndex(IntPtr funcDesc, uint index, out RfcExceptionDescription excDesc, out RfcErrorInfo errorInfo);