FreeScreenDrawInfo( Screen, DrInfo )
VOID FreeScreenDrawInfo( struct Screen *, struct DrawInfo * );
Declares that you are finished with the DrawInfo structure returned by
GetScreenDrawInfo().
This function, and
GetScreenDrawInfo(), don't really do much, but they provide an upward compatibility path. That means that if you misuse them today, they probably won't cause a problem, although they may someday later. So, please be very careful only to use the DrawInfo structure between calls to
GetScreenDrawInfo() and FreeScreenDrawInfo(), and be sure that you don't forget FreeScreenDrawInfo().