|
@@ -758,13 +758,13 @@ end;
|
|
function NoCreateCallbackProc(aFunc: TFunctionCallProc; aCallConv: TCallConv; aArgs: array of TFunctionCallParameterInfo; aResultType: PTypeInfo; aFlags: TFunctionCallFlags; aContext: Pointer): TFunctionCallCallback;
|
|
function NoCreateCallbackProc(aFunc: TFunctionCallProc; aCallConv: TCallConv; aArgs: array of TFunctionCallParameterInfo; aResultType: PTypeInfo; aFlags: TFunctionCallFlags; aContext: Pointer): TFunctionCallCallback;
|
|
begin
|
|
begin
|
|
Result := Nil;
|
|
Result := Nil;
|
|
- raise ENotImplemented.Create(SErrCallbackNotImplented);
|
|
|
|
|
|
+ raise ENotImplemented.Create(SErrCallbackNotImplemented);
|
|
end;
|
|
end;
|
|
|
|
|
|
function NoCreateCallbackMethod(aFunc: TFunctionCallMethod; aCallConv: TCallConv; aArgs: array of TFunctionCallParameterInfo; aResultType: PTypeInfo; aFlags: TFunctionCallFlags; aContext: Pointer): TFunctionCallCallback;
|
|
function NoCreateCallbackMethod(aFunc: TFunctionCallMethod; aCallConv: TCallConv; aArgs: array of TFunctionCallParameterInfo; aResultType: PTypeInfo; aFlags: TFunctionCallFlags; aContext: Pointer): TFunctionCallCallback;
|
|
begin
|
|
begin
|
|
Result := Nil;
|
|
Result := Nil;
|
|
- raise ENotImplemented.Create(SErrCallbackNotImplented);
|
|
|
|
|
|
+ raise ENotImplemented.Create(SErrCallbackNotImplemented);
|
|
end;
|
|
end;
|
|
|
|
|
|
const
|
|
const
|