|
External Development Guide: Remote Procedure Calls |
|
void IDL_RPCStoreScalar(IDL_VPTR dest, int type, IDL_ALLTYPES *value)
Use this function to store a scalar value into an IDL_VARIABLE structure. Before the scalar is stored, any dynamic part of the existing IDL_VARIABLE is de-allocated.
An IDL_VPTR to the IDL_VARIABLE in which the scalar should be stored.
The type code for the scalar value. IDL type codes are discussed in Type Codes.
The address of an IDL_ALLTYPES union that contains the value to store.
None.
IDL Online Help (March 06, 2007)