BeginPanningFeedback function (uxtheme.h)
Notifies the system to send feedback about a target window affected by panning gestures.
Syntax
BOOL BeginPanningFeedback(
[in] HWND hwnd
);
Parameters
[in] hwnd
Type: HWND
The handle to the target window that will receive feedback.
Return value
Type: BOOL
TRUE, if successful.
Remarks
This function must be called before either the UpdatePanningFeedback or EndPanningFeedback functions can be called.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | uxtheme.h |
DLL | UxTheme.dll |