Name
FreeMonitorInfo -- free data allocated by GetMonitorInfo() (V6.0, optional)
Synopsis
void FreeMonitorInfo(int what, APTR data);
Function
This function must free the data allocated by GetMonitorInfo(). You have to specify the type of the data in what. See GetMonitorInfo for a list of supported data types.

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

Inputs
what
which data to free
data
data allocated by GetMonitorInfo()

Show TOC