Soap.InvokeRegistry.TInvContext.SetResultPointer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetResultPointer(P: Pointer);

C++

void __fastcall SetResultPointer(void * P);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TInvContext

Description

Sets the value of the function's return value.

SetResultPointer associates a pointer with the return value of the function.

P is a pointer to the return value. Memory to contain the value to which P points can be allocated using the AllocData method.

See Also