Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic applies to Windows XP or later.
The KeyUp method is called when the user releases a key.
Syntax
void KeyUp(
short *pKeyCode,
short Shift
);
Parameters
pKeyCode
Specifies the key code.Shift
Specifies the shift state. See Remarks.
Return Value
This method does not return a value.
Remarks
The Shift, Ctrl and ALT keys have the following values:
Value | Meaning |
---|---|
1 | The Shift key was pressed. |
2 | The Ctrl key was pressed. |
4 | The ALT key was pressed. |
The value of the Shift parameter may also be any bitwise OR combination of these values.
The dispatch identifier (dispid) of this method is DISPID_KEYUP.
Requirements
Header | Declared in Dshow.h. |
DLL | Requires Quartz.dll. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008