Soap.InvokeRegistry.TInvContext.GetResultPointer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetResultPointer: Pointer;

C++

void * __fastcall GetResultPointer(void);

Properties

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

Description

Returns a pointer to the return value of the method call.

GetResultPointer returns a pointer to the return value of the method call. This value is assigned by a call to the SetResultPointer method.

See Also