C_DestroyBitmapCanvas

Call C_DestroyBitmapCanvas to free memory allocated by C_CreateBitmapCanvas or C_CreateBitmapCanvasClone.

void C_DestroyBitmapCanvas(

TOrcFxAPIHandle CanvasHandle,

int *lpStatus

);

Parameters

CanvasHandle (IN)

The canvas handle obtained by calling C_CreateBitmapCanvas or C_CreateBitmapCanvasClone.

lpStatus (OUT)

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

See also

C_CreateBitmapCanvas, C_CreateBitmapCanvasClone.