GetWindowLongPtr1 IsWindowUnicode IsWindowUnicode Function Determines whether the specified window is a native Unicode window. Syntax Copy BOOL WINAPI IsWindowUnicode( __in HWND hWnd ); Parameters hWnd [in] Type: HWND A handle to the window to be tested. Return Value Type: BOOL If the window is a native Unicode window, the return value is nonzero. If the window is not a native Unicode window, the return value is zero. The window.. 2011. 4. 7. 이전 1 다음