Soap.InvokeRegistry.TInvContext.GetParamPointer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetParamPointer(Param: Integer): Pointer;

C++

void * __fastcall GetParamPointer(int Param);

Properties

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

Description

Returns a pointer to the value of a parameter on the called method.

GetParamPointer returns a pointer to the value of a specified parameter.

Param is the index of the desired parameter, where 0 is the first parameter, 1 is the second parameter, and so on.

This value is assigned by a call to the SetParamPointer method.

See Also