IDL_RPCDeltmp

Calling Sequence

void IDL_RPCDeltmp( IDL_VPTR vTmp) 

Description

Use this function to de-allocate all dynamic memory associated with the IDL_VPTR that is passed into the function. Once this function returns, any dynamic portion of vTmp is deallocated and should not be referenced.

Parameters

vTmp

The variable that will be de-allocated.

Return Value

None.