Skip to content

Latest commit

 

History

History
94 lines (72 loc) · 2.48 KB

nf-winuser-setwindowfeedbacksetting.md

File metadata and controls

94 lines (72 loc) · 2.48 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:winuser.SetWindowFeedbackSetting
SetWindowFeedbackSetting function (winuser.h)
Sets the feedback configuration for a window.
SetWindowFeedbackSetting
SetWindowFeedbackSetting function
input_feedback.setwindowfeedbacksetting
inputfeedbackui.setwindowfeedbacksetting
winuser/SetWindowFeedbackSetting
input_feedback\setwindowfeedbacksetting.htm
controls
72bee160-7004-40be-9c91-e431b06ccaed
12/05/2018
SetWindowFeedbackSetting, SetWindowFeedbackSetting function, input_feedback.setwindowfeedbacksetting, inputfeedbackui.setwindowfeedbacksetting, winuser/SetWindowFeedbackSetting
winuser.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
User32.lib
User32.dll
Windows
19H1
SetWindowFeedbackSetting
winuser/SetWindowFeedbackSetting
c++
APIRef
kbSyntax
DllExport
user32.dll
Ext-MS-Win-NTUser-Misc-l1-2-0.dll
Ext-MS-Win-NTUser-Misc-l1-3-0.dll
ext-ms-win-ntuser-misc-l1-3-1.dll
Ext-MS-Win-NTUser-Misc-L1-4-0.dll
API-Ms-Win-RTCore-NTUser-WMPointer-L1-1-2.dll
MinUser.dll
API-MS-Win-RTCore-NTUser-WMPointer-L1-1-3.dll
SetWindowFeedbackSetting

SetWindowFeedbackSetting function

-description

Sets the feedback configuration for a window.

-parameters

-param hwnd [in]

The window to configure feedback on.

-param feedback [in]

One of the values from the FEEDBACK_TYPE enumeration.

-param dwFlags [in]

Reserved. Must be 0.

-param size [in]

The size, in bytes, of the configuration data. Must be sizeof(BOOL) or 0 if the feedback setting is being reset.

-param configuration [in, optional]

The configuration data. Must be BOOL or NULL if the feedback setting is being reset.

-returns

Returns TRUE if successful; otherwise, returns FALSE.

-see-also

Functions

SystemParametersInfo