Removes the given window from the system-maintained clipboard format listener list
#include <WinAPISys.au3>
_WinAPI_RemoveClipboardFormatListener ( $hWnd )
$hWnd | Handle to the window to be removed. |
Success: | True. |
Failure: | False, call _WinAPI_GetLastError() to get extended error information. |
This function requires Windows Vista or later.
Search RemoveClipboardFormatListener in MSDN Library.