Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Terminates any existing animation that was in process or set up by BeginPanningFeedback and UpdatePanningFeedback.
Syntax
BOOL EndPanningFeedback(
[in] HWND hwnd,
[in] BOOL fAnimateBack
);
Parameters
[in] hwnd
Type: HWND
The handle to the target window that will receive feedback.
[in] fAnimateBack
Type: BOOL
Flag that indicates whether the displaced window should return to the original position using animation. If FALSE, the method restore the moved window using a direct jump.
Return value
Type: BOOL
TRUE if successful.
Remarks
This function can only be called after a BeginPanningFeedback call.
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 |