Function Reference


_WinAPI_RemoveClipboardFormatListener

Removes the given window from the system-maintained clipboard format listener list

#include <WinAPISys.au3>
_WinAPI_RemoveClipboardFormatListener ( $hWnd )

Parameters

$hWnd Handle to the window to be removed.

Return Value

Success: True.
Failure: False, call _WinAPI_GetLastError() to get extended error information.

Remarks

This function requires Windows Vista or later.

See Also

Search RemoveClipboardFormatListener in MSDN Library.