Funktionreferenz


_WinAPI_RemoveClipboardFormatListener


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

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

Parameter

$hWnd Handle to the window to be removed.

Rückgabewert

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

Bemerkungen

This function requires Windows Vista or later.

Siehe auch

Suche nach RemoveClipboardFormatListener in der MSDN Bibliothek.