Skip to content

cmorche/win32-darkmode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win32-darkmode

Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.

Delayload branch

The delayload branch uses self generated import libraries (using the same way as dumplib) and then link to delay load table. So that we don't need to write a lot of GetProcAddress manually.

About

Example application shows how to use undocumented dark mode API introduced in Windows 10 1809.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 95.1%
  • C 4.9%