RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvContext.SetResultPointer Method

Sets the value of the function's return value.

Pascal
procedure SetResultPointer(P: Pointer);
C++
__fastcall SetResultPointer(void * P);

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. 

 

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