Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 2.97 KB

nf-shobjidl-inamespacetreecontrolevents-onkeyboardinput.md

File metadata and controls

91 lines (67 loc) · 2.97 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl.INameSpaceTreeControlEvents.OnKeyboardInput
INameSpaceTreeControlEvents::OnKeyboardInput (shobjidl.h)
Called when the user presses a key on the keyboard.
INameSpaceTreeControlEvents interface [Windows Shell]
OnKeyboardInput method
INameSpaceTreeControlEvents.OnKeyboardInput
INameSpaceTreeControlEvents::OnKeyboardInput
OnKeyboardInput
OnKeyboardInput method [Windows Shell]
OnKeyboardInput method [Windows Shell]
INameSpaceTreeControlEvents interface
_shell_INameSpaceTreeControlEvents_OnKeyboardInput
shell.INameSpaceTreeControlEvents_OnKeyboardInput
shobjidl/INameSpaceTreeControlEvents::OnKeyboardInput
shell\INameSpaceTreeControlEvents_OnKeyboardInput.htm
shell
b5034847-cba9-4ebe-8578-c933234396e2
12/05/2018
INameSpaceTreeControlEvents interface [Windows Shell],OnKeyboardInput method, INameSpaceTreeControlEvents.OnKeyboardInput, INameSpaceTreeControlEvents::OnKeyboardInput, OnKeyboardInput, OnKeyboardInput method [Windows Shell], OnKeyboardInput method [Windows Shell],INameSpaceTreeControlEvents interface, _shell_INameSpaceTreeControlEvents_OnKeyboardInput, shell.INameSpaceTreeControlEvents_OnKeyboardInput, shobjidl/INameSpaceTreeControlEvents::OnKeyboardInput
shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
INameSpaceTreeControlEvents::OnKeyboardInput
shobjidl/INameSpaceTreeControlEvents::OnKeyboardInput
c++
APIRef
kbSyntax
COM
Shobjidl.h
INameSpaceTreeControlEvents.OnKeyboardInput

INameSpaceTreeControlEvents::OnKeyboardInput

-description

Called when the user presses a key on the keyboard.

-parameters

-param uMsg [in]

Type: UINT

The message value.

-param wParam [in]

Type: WPARAM

Specifies the WParam parameters of the message.

-param lParam [in]

Type: LPARAM

Specifies the LParam parameters of the message.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

This method receives its message directly from WndProc. When this returns S_OK, the message was not consumed and the namespace tree control is allowed to process the message. Otherwise this message was handled, with no further action required.

-see-also

INameSpaceTreeControlEvents

IShellItem