News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

KBDLLHOOKSTRUCT

Started by Ghirai, December 03, 2007, 09:12:18 PM

Previous topic - Next topic

Ghirai

MSDN says it looks like this:

typedef struct {
    DWORD vkCode;
    DWORD scanCode;
    DWORD flags;
    DWORD time;
    ULONG_PTR dwExtraInfo;
} KBDLLHOOKSTRUCT, *PKBDLLHOOKSTRUCT;


http://msdn2.microsoft.com/en-us/library/ms644967.aspx


So the masm32 struct would be (at least that's what i'm using):

KBDLLHOOKSTRUCT struct
vkCode dword ?
scanCode dword ?
flags dword ?
time dword ?
dwExtraInfo dword ?
KBDLLHOOKSTRUCT ends
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html