RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvContext.GetParamPointer Method

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

Pascal
function GetParamPointer(Param: Integer): Pointer;
C++
__fastcall void * GetParamPointer(int Param);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!