Name
FreeGrabScreenPixels -- free grabbed screen pixels (V6.0, optional)
Synopsis
void FreeGrabScreenPixels(ULONG *pixels);
Function
This function must free the pixel array allocated by GrabScreenPixels().

FreeGrabScreenPixels() is an optional API and must only be implemented if HWSDAFLAGS_GRABSCREEN has been passed to hw_SetDisplayAdapter(). See hw_SetDisplayAdapter for details.

Inputs
pixels
pixel array allocated by GrabScreenPixels()

Show TOC