次の方法で共有


PEKeyDown

Send Feedback

The PEKeyDown structure handles a PE_KEYDOWN event.

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_TLeft and VK_TRight).

Requirements

Pocket PC: None
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: home.h

See Also

Home Screen Structures | IHomePlugin::OnEvent

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.