waitingsong / node-win32-api

win32 api
MIT License
440 stars 56 forks source link

Could you add ChangeDisplaySettingsA ? #17

Open michael-dm opened 5 years ago

michael-dm commented 5 years ago

Hello !

Is it possible to add ChangeDisplaySettingsA ? If you don't have the time could you give me some insight on the steps to do it ?

Thanks !

waitingsong commented 5 years ago

Hi, I have not enough time to do it this time. If you interested in it, you should follow this:

  1. add DEVMODE Structure into win32-def
  2. add function declaration in the file user32
waitingsong commented 3 months ago

ChangeDisplaySettingsExW() added