CWindow::GetExStyle
Recupera os estilos estendidos janela da janela.
DWORD GetExStyle( ) const throw();
Valor de retorno
A janela do estendido estilos.
Comentários
Para recuperar os estilos de janela normal, telefonar GetStyle.
Exemplo
//The following example attaches an HWND to the CWindow object and
//calls CWindow::GetExStyle() to retrieve the extended styles of
//the window
CWindow myWindow;
myWindow.Attach(hWnd);
DWORD dwExStyles = myWindow.GetExStyle();
Requisitos
Cabeçalho: atlwin.h