Writing Driver

Hello , I am about to start making driver.
It needs to check Mouse&Keyboard button states using PMSLLHOOKSTRUCT and PKBDLLHOOKSTRUCT ,if driver gets specific Mouse/Keyboard button state it preforms some inputs ,like writing word,clicking somewhere,clicking mulitple times etc...
I wonder if I still can use classic C++ : LRESULT CALLBACK,DWORD WINAPI,Input Event functions ?
And do you recommend me reading something before I begin with this?
Thanks in advance.
Last edited on
Topic archived. No new replies allowed.