After doing
I also saw function
This is probably 2nd time I'm working with drivers, so maybe these links will help. I have no idea what to do.
https://web.archive.org/web/20120113053 ... t_555.html
http://www.wasm.ru/forum/viewtopic.php?id=38937 - this seems unsolved
Code: Select all
, how to get back from VGA mode to normal one? It must be possible because, when setting computer to sleep with media keys and waking it up, screen becomes normal again. What part of Windows handles computer sleep function?InbvAcquireDisplayOwnership();
I also saw function
Code: Select all
in ntoskrnl.exe, but it isn't exported. How do I call unexported Windows functions?InbvSetDisplayOwnership
This is probably 2nd time I'm working with drivers, so maybe these links will help. I have no idea what to do.
https://web.archive.org/web/20120113053 ... t_555.html
http://www.wasm.ru/forum/viewtopic.php?id=38937 - this seems unsolved