|
| CWindow (HWND hWnd=NULL) |
|
| operator HWND () const |
|
UINT | ArrangeIconicWindows () |
|
void | Attach (HWND hWndNew) |
|
HDC | BeginPaint (LPPAINTSTRUCT lpPaint) |
|
BOOL | BringWindowToTop () |
|
BOOL | CenterWindow (HWND hWndCenter=NULL) |
|
BOOL | ChangeClipboardChain (HWND hWndNewNext) |
|
BOOL | CheckDlgButton (int nIDButton, UINT nCheck) |
|
BOOL | CheckRadioButton (int nIDFirstButton, int nIDLastButton, int nIDCheckButton) |
|
HWND | ChildWindowFromPoint (POINT point) const |
|
HWND | ChildWindowFromPointEx (POINT point, UINT uFlags) const |
|
BOOL | ClientToScreen (LPPOINT lpPoint) const |
|
BOOL | ClientToScreen (LPRECT lpRect) const |
|
HWND | Create (LPCTSTR lpstrWndClass, HWND hWndParent, _U_RECT rect=NULL, LPCTSTR szWindowName=NULL, DWORD dwStyle=0, DWORD dwExStyle=0, _U_MENUorID MenuOrID=0U, LPVOID lpCreateParam=NULL) |
|
BOOL | CreateCaret (HBITMAP pBitmap) |
|
BOOL | CreateGrayCaret (int nWidth, int nHeight) |
|
BOOL | CreateSolidCaret (int nWidth, int nHeight) |
|
HDWP | DeferWindowPos (HDWP hWinPosInfo, HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT uFlags) |
|
BOOL | DestroyWindow () |
|
HWND | Detach () |
|
int | DlgDirList (LPTSTR lpPathSpec, int nIDListBox, int nIDStaticPath, UINT nFileType) |
|
int | DlgDirListComboBox (LPTSTR lpPathSpec, int nIDComboBox, int nIDStaticPath, UINT nFileType) |
|
BOOL | DlgDirSelect (LPTSTR lpString, int nCount, int nIDListBox) |
|
BOOL | DlgDirSelectComboBox (LPTSTR lpString, int nCount, int nIDComboBox) |
|
void | DragAcceptFiles (BOOL bAccept=TRUE) |
|
BOOL | DrawMenuBar () |
|
BOOL | EnableScrollBar (UINT uSBFlags, UINT uArrowFlags=ESB_ENABLE_BOTH) |
|
BOOL | EnableWindow (BOOL bEnable=TRUE) |
|
void | EndPaint (LPPAINTSTRUCT lpPaint) |
|
BOOL | FlashWindow (BOOL bInvert) |
|
BOOL | GetClientRect (LPRECT lpRect) const |
|
HDC | GetDC () |
|
HDC | GetDCEx (HRGN hRgnClip, DWORD flags) |
|
HWND | GetDescendantWindow (int nID) const |
|
HRESULT | GetDlgControl (int nID, REFIID iid, void **ppCtrl) |
|
int | GetDlgCtrlID () const |
|
HRESULT | GetDlgHost (int nID, REFIID iid, void **ppHost) |
|
HWND | GetDlgItem (_In_ int nID) const |
|
UINT | GetDlgItemInt (_In_ int nID, _Out_opt_ BOOL *lpTrans=NULL, _In_ BOOL bSigned=TRUE) const |
|
UINT | GetDlgItemText (_In_ int nID, _Out_writes_to_(nMaxCount, return+1) LPTSTR lpStr, _In_ int nMaxCount) const |
|
BOOL | GetDlgItemText (_In_ int nID, _Inout_ _Outref_result_maybenull_ _Post_z_ BSTR &bstrText) const |
|
DWORD | GetExStyle () const |
|
HFONT | GetFont () const |
|
DWORD | GetHotKey () const |
|
HICON | GetIcon (BOOL bBigIcon=TRUE) const |
|
HWND | GetLastActivePopup () const |
|
HMENU | GetMenu () const |
|
HWND | GetNextDlgGroupItem (HWND hWndCtl, BOOL bPrevious=FALSE) const |
|
HWND | GetNextDlgTabItem (HWND hWndCtl, BOOL bPrevious=FALSE) const |
|
CWindow | GetParent () const |
|
BOOL | GetScrollInfo (int nBar, LPSCROLLINFO lpScrollInfo) |
|
BOOL | GetScrollPos (int nBar) |
|
BOOL | GetScrollRange (int nBar, LPINT lpMinPos, LPINT lpMaxPos) const |
|
DWORD | GetStyle () const |
|
HMENU | GetSystemMenu (BOOL bRevert) |
|
HWND | GetTopLevelParent () const |
|
HWND | GetTopLevelWindow () const |
|
HWND | GetTopWindow () const |
|
BOOL | GetUpdateRect (LPRECT lpRect, BOOL bErase=FALSE) |
|
int | GetUpdateRgn (HRGN hRgn, BOOL bErase=FALSE) |
|
HWND | GetWindow (UINT nCmd) const |
|
DWORD | GetWindowContextHelpId () const |
|
HDC | GetWindowDC () |
|
LONG | GetWindowLong (int nIndex) const |
|
LONG_PTR | GetWindowLongPtr (int nIndex) const |
|
BOOL | GetWindowPlacement (WINDOWPLACEMENT *lpwndpl) const |
|
DWORD | GetWindowProcessID () |
|
BOOL | GetWindowRect (LPRECT lpRect) const |
|
int | GetWindowRgn (HRGN hRgn) |
|
int | GetWindowText (_Out_writes_to_(nMaxCount, return+1) LPTSTR lpszStringBuf, _In_ int nMaxCount) const |
|
BOOL | GetWindowText (_Inout_ _Outref_result_maybenull_ _Post_z_ BSTR &bstrText) const |
|
int | GetWindowTextLength () const |
|
DWORD | GetWindowThreadID () |
|
WORD | GetWindowWord (int nIndex) const |
|
void | GotoDlgCtrl (HWND hWndCtrl) const |
|
BOOL | HideCaret () |
|
BOOL | HiliteMenuItem (HMENU hMenu, UINT uHiliteItem, UINT uHilite) |
|
BOOL | Invalidate (BOOL bErase=TRUE) |
|
BOOL | InvalidateRect (LPCRECT lpRect, BOOL bErase=TRUE) |
|
void | InvalidateRgn (HRGN hRgn, BOOL bErase=TRUE) |
|
BOOL | IsChild (const HWND hWnd) const |
|
BOOL | IsDialogMessage (LPMSG lpMsg) |
|
UINT | IsDlgButtonChecked (int nIDButton) const |
|
BOOL | IsIconic () const |
|
BOOL | IsParentDialog () |
|
BOOL | IsWindow () const |
|
BOOL | IsWindowEnabled () const |
|
BOOL | IsWindowVisible () const |
|
BOOL | IsWindowUnicode () |
|
BOOL | IsZoomed () const |
|
BOOL | KillTimer (UINT_PTR nIDEvent) |
|
BOOL | LockWindowUpdate (BOOL bLock=TRUE) |
|
int | MapWindowPoints (HWND hWndTo, LPPOINT lpPoint, UINT nCount) const |
|
int | MapWindowPoints (HWND hWndTo, LPRECT lpRect) const |
|
int | MessageBox (LPCTSTR lpszText, LPCTSTR lpszCaption=NULL, UINT nType=MB_OK) |
|
BOOL | ModifyStyle (DWORD dwRemove, DWORD dwAdd, UINT nFlags=0) |
|
BOOL | ModifyStyleEx (DWORD dwRemove, DWORD dwAdd, UINT nFlags=0) |
|
BOOL | MoveWindow (int x, int y, int nWidth, int nHeight, BOOL bRepaint=TRUE) |
|
void | NextDlgCtrl () const |
|
BOOL | OpenClipboard () |
|
BOOL | PostMessage (UINT message, WPARAM wParam=0, LPARAM lParam=0) |
|
void | PrevDlgCtrl () const |
|
void | Print (HDC hDC, DWORD dwFlags) const |
|
void | PrintClient (HDC hDC, DWORD dwFlags) const |
|
BOOL | RedrawWindow (LPCRECT lpRectUpdate=NULL, HRGN hRgnUpdate=NULL, UINT flags=RDW_INVALIDATE|RDW_UPDATENOW|RDW_ERASE) |
|
int | ReleaseDC (HDC hDC) |
|
BOOL | ResizeClient (int nWidth, int nHeight, BOOL bRedraw=FALSE) |
|
BOOL | ScreenToClient (LPPOINT lpPoint) const |
|
BOOL | ScrollWindow (int xAmount, int yAmount, LPCRECT lpRect=NULL, LPCRECT lpClipRect=NULL) |
|
int | ScrollWindowEx (int dx, int dy, LPCRECT lpRectScroll, LPCRECT lpRectClip, HRGN hRgnUpdate, LPRECT lpRectUpdate, UINT flags) |
|
LRESULT | SendDlgItemMessage (int nID, UINT message, WPARAM wParam=0, LPARAM lParam=0) |
|
LRESULT | SendMessage (UINT message, WPARAM wParam=0, LPARAM lParam=0) |
|
void | SendMessageToDescendants (UINT message, WPARAM wParam=0, LPARAM lParam=0, BOOL bDeep=TRUE) |
|
BOOL | SendNotifyMessage (UINT message, WPARAM wParam=0, LPARAM lParam=0) |
|
HWND | SetActiveWindow () |
|
HWND | SetCapture () |
|
HWND | SetClipboardViewer () |
|
int | SetDlgCtrlID (int nID) |
|
BOOL | SetDlgItemInt (int nID, UINT nValue, BOOL bSigned=TRUE) |
|
BOOL | SetDlgItemText (int nID, LPCTSTR lpszString) |
|
HWND | SetFocus () |
|
void | SetFont (HFONT hFont, BOOL bRedraw=TRUE) |
|
int | SetHotKey (WORD wVirtualKeyCode, WORD wModifiers) |
|
HICON | SetIcon (HICON hIcon, BOOL bBigIcon=TRUE) |
|
BOOL | SetMenu (HMENU hMenu) |
|
HWND | SetParent (HWND hWndNewParent) |
|
void | SetRedraw (BOOL bRedraw=TRUE) |
|
int | SetScrollInfo (int nBar, LPSCROLLINFO lpScrollInfo, BOOL bRedraw=TRUE) |
|
int | SetScrollPos (int nBar, int nPos, BOOL bRedraw=TRUE) |
|
BOOL | SetScrollRange (int nBar, int nMinPos, int nMaxPos, BOOL bRedraw=TRUE) |
|
UINT_PTR | SetTimer (UINT_PTR nIDEvent, UINT nElapse, void(CALLBACK *lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)=NULL) |
|
BOOL | SetWindowContextHelpId (DWORD dwContextHelpId) |
|
LONG | SetWindowLong (int nIndex, LONG dwNewLong) |
|
LONG_PTR | SetWindowLongPtr (int nIndex, LONG_PTR dwNewLong) |
|
BOOL | SetWindowPlacement (const WINDOWPLACEMENT *lpwndpl) |
|
BOOL | SetWindowPos (HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT nFlags) |
|
int | SetWindowRgn (HRGN hRgn, BOOL bRedraw=FALSE) |
|
BOOL | SetWindowText (LPCTSTR lpszString) |
|
WORD | SetWindowWord (int nIndex, WORD wNewWord) |
|
BOOL | ShowCaret () |
|
BOOL | ShowOwnedPopups (BOOL bShow=TRUE) |
|
BOOL | ShowScrollBar (UINT nBar, BOOL bShow=TRUE) |
|
BOOL | ShowWindow (int nCmdShow) |
|
BOOL | ShowWindowAsync (int nCmdShow) |
|
BOOL | UpdateWindow () |
|
BOOL | ValidateRect (LPCRECT lpRect) |
|
BOOL | ValidateRgn (HRGN hRgn) |
|
BOOL | WinHelp (LPCTSTR lpszHelp, UINT nCmd=HELP_CONTEXT, DWORD dwData=0) |
|
Definition at line 270 of file atlwin.h.
HWND ATL::CWindow::m_hWnd |
Definition at line 273 of file atlwin.h.
Referenced by CDefView::_DoCopyToMoveToFolder(), CTrayWindow::AlignControls(), ArrangeIconicWindows(), Attach(), BeginPaint(), BringWindowToTop(), CShellBrowser::BrowseToPath(), CenterWindow(), ChangeClipboardChain(), CheckDlgButton(), CheckRadioButton(), ChildWindowFromPoint(), ChildWindowFromPointEx(), CMainWindow::ChooseColor(), ClientToScreen(), CTrayWindow::Close(), CToolsBand::CloseDW(), CSearchBar::Create(), CComboBox::Create(), CStartButton::Create(), ATL::CWindowImplBaseT< TBase, TWinTraits >::Create(), ATL::CWindowImpl< T, TBase, TWinTraits >::Create(), Create(), CMainWindow::CreateApplicationView(), CreateCaret(), CreateGrayCaret(), CDefView::CreateList(), CreateSolidCaret(), CMainWindow::CreateStatusBar(), CMainWindow::CreateTreeView(), CDefView::CreateViewWindow3(), CMainWindow::CreateVSplitter(), CWindow(), DeferWindowPos(), ATL::CWindowImplBaseT< TBase, TWinTraits >::DefWindowProc(), CDefView::DestroyViewWindow(), DestroyWindow(), ATL::CDialogImpl< T, TBase >::DestroyWindow(), Detach(), ATL::CDialogImplBaseT< TBase >::DialogProc(), CAppScrnshotPreview::DisplayImage(), DlgDirList(), DlgDirListComboBox(), DlgDirSelect(), DlgDirSelectComboBox(), CDefView::DoActivate(), CTrayWindow::DoExitWindows(), CShellBrowser::DoFolderOptions(), DragAcceptFiles(), CDefView::DragEnter(), CDefView::DragLeave(), CTrayClockWnd::DrawBackground(), DrawMenuBar(), CDefView::Drop(), EnableScrollBar(), EnableWindow(), ATL::CDialogImpl< T, TBase >::EndDialog(), EndPaint(), CTrayWindow::ExecContextMenuCmd(), CTrayWindow::ExecResourceCmd(), CZipExtract::CExtractSettingsPage::ExtractEntry(), CDefView::FillList(), CTrayWindow::FitToRebar(), FlashWindow(), CToolsBand::GetBandInfo(), CShellBrowser::GetBorderDW(), GetClientRect(), CShellBrowser::GetControlWindow(), GetDC(), GetDCEx(), GetDescendantWindow(), GetDlgControl(), GetDlgCtrlID(), GetDlgHost(), GetDlgItem(), GetDlgItemInt(), GetDlgItemText(), GetExStyle(), GetFont(), GetHotKey(), CTrayWindow::GetHWND(), GetIcon(), CDefView::GetItemObject(), GetLastActivePopup(), GetMenu(), GetNextDlgGroupItem(), GetNextDlgTabItem(), CMainWindow::GetOpenFileName(), GetParent(), CMainWindow::GetSaveFileName(), GetScrollInfo(), GetScrollPos(), GetScrollRange(), GetStyle(), GetSystemMenu(), CShellBrowser::GetTopLevelBrowserWindow(), GetTopLevelParent(), GetTopLevelWindow(), GetTopWindow(), CTrayWindow::GetTrayWindow(), CTrayWindow::GetTrayWnd(), GetUpdateRect(), GetUpdateRgn(), CBaseBarSite::GetWindow(), CShellBrowser::GetWindow(), CSearchBar::GetWindow(), CToolsBand::GetWindow(), CDefView::GetWindow(), CSysPagerWnd::GetWindow(), CTaskSwitchWnd::GetWindow(), CTrayClockWnd::GetWindow(), CTrayNotifyWnd::GetWindow(), CTrayWindow::GetWindow(), GetWindow(), GetWindowContextHelpId(), GetWindowDC(), GetWindowLong(), GetWindowLongPtr(), GetWindowPlacement(), GetWindowProcessID(), GetWindowRect(), GetWindowRgn(), GetWindowText(), GetWindowTextLength(), GetWindowThreadID(), GetWindowWord(), GotoDlgCtrl(), CTrayWindow::HandleCommand(), CTrayWindow::HandleHotKey(), HideCaret(), HiliteMenuItem(), CTrayWindow::if(), CAddressEditBox::Init(), CStartButton::Initialize(), CShellBrowser::Initialize(), CTaskToolbar::Initialize(), CNotifyToolbar::Initialize(), CSysPagerWnd::Initialize(), CTrayClockWnd::Initialize(), CTrayNotifyWnd::Initialize(), CTaskSwitchWnd::Initialize(), Invalidate(), InvalidateRect(), InvalidateRgn(), CDefView::InvokeContextMenuCommand(), IsChild(), IsDialogMessage(), IsDlgButtonChecked(), IsIconic(), IsParentDialog(), CTrayWindow::IsSpecialHWND(), IsWindow(), IsWindowEnabled(), CAddressEditBox::IsWindowOwner(), IsWindowUnicode(), IsWindowVisible(), IsZoomed(), KillTimer(), LockWindowUpdate(), MapWindowPoints(), MessageBox(), ModifyStyle(), ModifyStyleEx(), MoveWindow(), NextDlgCtrl(), CShellBrowser::OnAboutReactOS(), CTrayWindow::OnActivate(), CShellBrowser::OnAddToFavorites(), CZipExtract::CExtractSettingsPage::OnBrowse(), CZipPassword::OnButton(), CTaskSwitchWnd::OnCommand(), CTrayWindow::OnCommand(), CMainWindow::OnCommand(), CTaskSwitchWnd::OnContextMenu(), CTrayWindow::OnContextMenu(), CDefView::OnContextMenu(), CMainWindow::OnCreate(), CSysPagerWnd::OnCreate(), CTaskSwitchWnd::OnCreate(), CTrayClockWnd::OnCreate(), CTrayNotifyWnd::OnCreate(), CTrayWindow::OnCreate(), CDefView::OnCreate(), CNotifySettingsPage::OnCustomizeTrayIcons(), CTaskSwitchWnd::OnDestroy(), CDefView::OnDestroy(), CStubWindow32::OnDestroy(), CCleanMgrProperties::OnDetails(), CShellBrowser::OnDisconnectNetworkDrive(), CDefView::OnDrawClipboard(), CMainWindow::OnDropFiles(), CSysPagerWnd::OnEraseBackground(), CTaskSwitchWnd::OnEraseBackground(), CTrayNotifyWnd::OnEraseBackground(), CTrayNotifyWnd::OnGetMinimumSize(), CConfirmReplace::OnInitDialog(), CZipPassword::OnInitDialog(), CTrayClockWnd::OnLButtonDblClick(), CShellBrowser::OnMapNetworkDrive(), CTrayWindow::OnNcLButtonDown(), CTrayWindow::OnNcRButtonUp(), CTaskSwitchWnd::OnNotify(), CTrayWindow::OnNotify(), CBaseBarSite::OnNotify(), CDefView::OnNotify(), ATL::CPropertyPageImpl< T >::OnNotify(), CShellBrowser::OnOrganizeFavorites(), CZipExtract::CExtractSettingsPage::OnPassword(), CTrayNotifyWnd::OnRealign(), CTrayWindow::OnRebarAutoSize(), CShellBrowser::OnSearch(), CSearchBar::OnSearchButtonClicked(), CShellBrowser::OnSettingChange(), CTrayWindow::OnSetZOrder(), CTaskSwitchWnd::OnSize(), CShellBrowser::OnSize(), CStartMenuSettingsPage::OnStartMenuCustomize(), CTrayWindow::OnSysChar(), CShellBrowser::OnSysColorChange(), CTrayNotifyWnd::OnTaskbarSettingsChanged(), CTrayClockWnd::OnThemeChanged(), CTrayNotifyWnd::OnThemeChanged(), CTaskSwitchWnd::OnThemeChanged(), CTrayWindow::OnThemeChanged(), CNotifyToolbar::OnTooltipShow(), CBaseBarSite::OnWinEvent(), CTrayWindow::Open(), OpenClipboard(), operator HWND(), PostMessage(), PrevDlgCtrl(), Print(), PrintClient(), CAppScrnshotPreview::ProcessWindowMessage(), CTrayWindow::QueryContextMenu(), RedrawWindow(), ReleaseDC(), CAppInfoDisplay::ResizeChildren(), ResizeClient(), ScreenToClient(), ScrollWindow(), ScrollWindowEx(), SendDlgItemMessage(), SendMessage(), SendMessageToDescendants(), SendNotifyMessage(), SetActiveWindow(), SetCapture(), CDefView::SetClipboard(), SetClipboardViewer(), CBaseBarSite::SetDeskBarSite(), SetDlgCtrlID(), SetDlgItemInt(), SetDlgItemText(), SetFocus(), SetFont(), SetHotKey(), SetIcon(), SetMenu(), CShellBrowser::SetMenuSB(), ATL::CPropertyPageImpl< T >::SetModified(), SetParent(), SetRedraw(), SetScrollInfo(), SetScrollPos(), SetScrollRange(), CSearchBar::SetSite(), SetTimer(), SetWindowContextHelpId(), SetWindowLong(), SetWindowLongPtr(), SetWindowPlacement(), SetWindowPos(), SetWindowRgn(), SetWindowText(), SetWindowWord(), CBalloonQueue::Show(), CMainWindow::ShowAboutDlg(), ShowCaret(), CToolsBand::ShowDW(), CAddressEditBox::ShowFileNotFoundError(), ShowOwnedPopups(), ShowScrollBar(), ShowWindow(), ShowWindowAsync(), ATL::CDialogImplBaseT< TBase >::StartDialogProc(), CFindFolder::StartSearch(), ATL::CWindowImplBaseT< TBase, TWinTraits >::StartWindowProc(), ATL::CContainedWindowT< TBase, TWinTraits >::StartWindowProc(), ATL::CWindowImplBaseT< TBase, TWinTraits >::SubclassWindow(), ATL::CContainedWindowT< TBase, TWinTraits >::SubclassWindow(), CTrayWindow::TrackCtxMenu(), CTrayWindow::TrackMenu(), CMainWindow::TrackPopupMenu(), CDefView::TranslateAccelerator(), CSearchBar::TranslateAcceleratorIO(), CShellBrowser::TranslateAcceleratorSB(), CTrayWindow::TrayPropertiesThread(), CSearchBar::TrySetFocus(), ATL::CWindowImplBaseT< TBase, TWinTraits >::UnsubclassWindow(), ATL::CContainedWindowT< TBase, TWinTraits >::UnsubclassWindow(), CMainWindow::UpdateApplicationsList(), UpdateWindow(), CTrayClockWnd::UpdateWnd(), ValidateRect(), ValidateRgn(), CShellBrowser::WindowProc(), ATL::CWindowImplBaseT< TBase, TWinTraits >::WindowProc(), ATL::CContainedWindowT< TBase, TWinTraits >::WindowProc(), WinHelp(), and CDefView::~CDefView().