BOOL PostKeybdMessage(
HWND hwnd,
UINT VKey,
KEY_STATE_FLAGS KeyStateFlags,
UINT cCharacters,
UINT* pShiftStateBuffer,
UINT* pCharacterBuffer
);
what's meaning the param KEY_STATE_FLAGS ?
I type the "KeyShiftAnyShiftFlag" in eVC4, but ERROR:"C2065: 'KeyShiftAnyShiftFlag' : undeclared identifier"
and error: "'KEY_STATE_FLAGS' : undeclared identifier"
how value its?
HWND hwnd,
UINT VKey,
KEY_STATE_FLAGS KeyStateFlags,
UINT cCharacters,
UINT* pShiftStateBuffer,
UINT* pCharacterBuffer
);
what's meaning the param KEY_STATE_FLAGS ?
I type the "KeyShiftAnyShiftFlag" in eVC4, but ERROR:"C2065: 'KeyShiftAnyShiftFlag' : undeclared identifier"
and error: "'KEY_STATE_FLAGS' : undeclared identifier"
how value its?







Sign In
Create Account

Back to top









