Name
FreeFrame -- free frame pixel data (V5.0)
Synopsis
void FreeFrame(ULONG *raw);
Function
This function must free the raw pixel data returned by LoadFrame().

Note that FreeFrame() is only called for raster anims. For vector anims, Hollywood will call FreeVectorFrame() to free a frame allocated by LoadFrame().

Results
raw
frame buffer allocated by LoadFrame()

Show TOC