Previous External Development Guide: Remote Procedure Calls Next

IDL_RPCGettmp

Calling Sequence

IDL_VPTR IDL_RPCGettmp(void)  

Description

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.

Parameters

None.

Return Value

On success, this function returns an IDL_VPTR. On failure, it returns NULL.

  IDL Online Help (March 06, 2007)