Beispiel #1
0
 public static RfcRc GetFunctionParameterDescription(FunctionDescriptionHandle descriptionHandle,
                                                     int index, out RfcParameterInfo parameterInfo, out RfcErrorInfo errorInfo)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public static FunctionHandle CreateFunction(FunctionDescriptionHandle descriptionHandle,
                                             out RfcErrorInfo errorInfo)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public static RfcRc GetFunctionParameterCount(FunctionDescriptionHandle descriptionHandle, out int count,
                                               out RfcErrorInfo errorInfo)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public static RfcRc GetFunctionName(FunctionDescriptionHandle descriptionHandle, out string functionName,
                                     out RfcErrorInfo errorInfo)
 {
     throw new NotImplementedException();
 }