Answers for "DISPLAYCONFIG to get current display mode"

0

DISPLAYCONFIG to get current display mode

BOOL EnumDisplaySettings(
  LPCTSTR lpszDeviceName,  // display device
  DWORD iModeNum,          // graphics mode
  [In, Out] LPDEVMODE lpDevMode      // graphics mode settings
);
Posted by: Guest on July-29-2020

Browse Popular Code Answers by Language