Funktionreferenz


_WinAPI_IsWindowUnicode


Determines whether the specified window is a native Unicode window

#include <WinAPISysWin.au3>
_WinAPI_IsWindowUnicode ( $hWnd )

Parameter

$hWnd Handle to the window to test.

Rückgabewert

True: the window is a native Unicode window.
False: the window is an ANSI window.

Bemerkungen

None.

Siehe auch

Suche nach IsWindowUnicode in der MSDN Bibliothek.