Determines whether the specified window is a native Unicode window.
BOOL IsWindowUnicode( HWND hWnd);
int IsWindowUnicode(int hWnd) => _IsWindowUnicode(hWnd);