Siegfried5 / Keylogger

Keylogger Code In C++ Will Work On Window 7, 8, 8.1, And 10
Apache License 2.0
77 stars 31 forks source link

question about h file #3

Closed Lilantboy closed 6 years ago

Lilantboy commented 6 years ago

hey I know the basics of c++ I just want to ask where or how did you learn to use the functions in the window.h library

BusLike commented 6 years ago

MSDN is a good start. For example: SetWindowsHookEx -> https://msdn.microsoft.com/en-us/library/windows/desktop/ms644990(v=vs.85).aspx

hashDan commented 6 years ago

Nice :)