Partager via


IWMPEvents::KeyPress (Windows Embedded CE 6.0)

1/6/2010

The KeyPress event occurs when a key is pressed and then released.

Syntax

void KeyPress( short nKeyAscii ); 

Parameters

  • nKeyAscii
    [in]  Specifies the standard numeric ANSI code for the character.

Return Values

This event does not return a value.

Remarks

This event occurs when the keystroke results in any printable keyboard character, the CTRL key combined with a character from the standard alphabet or one of a few special characters, and the ENTER or BACKSPACE key.

Return Values

This event does not return a value.

See Also

Reference

IWMPEvents Interface