|
External Development Guide: Remote Procedure Calls |
|
IDL_VPTR IDL_RPCGettmp(void)
Use this function to create an IDL_VPTR to a dynamically allocated IDL_VARIABLE structure. When you are finished with this variable, pass it to IDL_RPCDeltmp() to free any memory allocated by the variable.
None.
On success, this function returns an IDL_VPTR. On failure, it returns NULL.
IDL Online Help (March 06, 2007)