Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The PEKeyDownstructure handles a PE_KEYDOWNevent.

Syntax

typedef struct _PEKeyDown {
  WORD 
wVKey;
} PEKeyDown;

Members

wVKey

Specifies the virtual-key code.

Remarks

The plug-ins can receive events only for the left/right controls ( VK_TLeftand VK_TRight).

Requirements

Header home.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Smartphone 2002 and later

See Also