C_FreeBuffer

Call C_FreeBuffer to free a buffer handle. For examples of how to use this function, refer to C_SaveDataMem and C_SaveSimulationMem.

void C_FreeBuffer(

TOrcFxAPIHandle SourceBufferHandle,

int *lpStatus

);

Parameters

SourceBufferHandle (IN)

The handle to the source buffer.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

C_CopyBuffer.