다음을 통해 공유


CWindow::IsWindowUnicode

지정한 창의 네이티브 유니코드 창이 있는지 확인 합니다.

BOOL IsWindowUnicode( ) throw();

설명

참조 IsWindowUnicode 에 있는 Windows SDK.

예제

//The following example attaches an HWND to the CWindow object and 
//calls CWindow::IsWindowUnicode() to determine if the window is a 
//UNICODE window or an ANSI one.

CWindow myWindow;
myWindow.Attach(hWnd);
BOOL bUnicode = myWindow.IsWindowUnicode();

요구 사항

헤더: atlwin.h

참고 항목

참조

CWindow 클래스

CWindow::IsWindow

CWindow::IsWindowEnabled

CWindow::IsWindowVisible