Group: Monitor Configuration (Vista) - Library: dxva2
How to adjust monitor brightness (Vista, monitor with DDC support)
BOOL DestroyPhysicalMonitors(
DWORD dwPhysicalMonitorArraySize,
LPPHYSICAL_MONITOR pPhysicalMonitorArray
);
DECLARE INTEGER DestroyPhysicalMonitors IN dxva2;
LONG dwPhysicalMonitorArraySize,;
STRING @pPhysicalMonitorArray
dwPhysicalMonitorArraySize [in] Number of elements in the pPhysicalMonitorArray array.
pPhysicalMonitorArray [in] Pointer to an array of PHYSICAL_MONITOR structures.
If the function succeeds, the return value is nonzero.
Call this function to close an array of monitor handles obtained from the GetPhysicalMonitorsFromHMONITOR or GetPhysicalMonitorsFromIDirect3DDevice9 function.