Help Center

KeyPressfunction

Occurs when the user presses and releases an ascii key.

Windowsfunctiondoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION KeyPress (BYVAL keyAnsi AS SHORT PTR) AS HRESULT

Parameters

NameDescription
keyAnsiAn integer value that represents a standard numeric ANSI key code.

Description

Occurs when the user presses and releases an ascii key.

Reference