winapi - Sniffing window messages in-process -
winapi - Sniffing window messages in-process -
i'm not familiar writing win32 directly, please bear me.
i need write plugin in c application (after effects) things accessing clipboard.
i'm wondering if sniff keyboard strokes message loop allows me implement own keyboard shortcuts, application doesn't allow extending cleanly. of import in case.
i have main application window handle - api.
can register callback in windows called on each message-loop event me phone call peekmessage or something?
you may utilize function setwindowsubclass
. read here:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762102(v=vs.85).aspx
winapi
Comments
Post a Comment