Function Reference


_WinAPI_IsWindowUnicode

Determines whether the specified window is a native Unicode window

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

Parameters

$hWnd Handle to the window to test.

Return Value

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

See Also

Search IsWindowUnicode in MSDN Library.