ReactOS 0.4.15-dev-8021-g7ce96fd
CShellWndThread Struct Reference
Collaboration diagram for CShellWndThread:

Public Member Functions

HWND GetWndTray ()
 
HWND GetWndProgman ()
 
void clear ()
 

Public Attributes

HWND m_hTrayWnd = NULL
 
HWND m_hProgmanWnd = NULL
 

Detailed Description

Definition at line 625 of file msutb.cpp.

Member Function Documentation

◆ clear()

void CShellWndThread::clear ( )
inline

Definition at line 644 of file msutb.cpp.

645 {
647 }
#define NULL
Definition: types.h:112
HWND m_hProgmanWnd
Definition: msutb.cpp:628
HWND m_hTrayWnd
Definition: msutb.cpp:627

◆ GetWndProgman()

HWND CShellWndThread::GetWndProgman ( )
inline

Definition at line 637 of file msutb.cpp.

638 {
640 m_hProgmanWnd = ::FindWindowW(L"Progman", NULL);
641 return m_hProgmanWnd;
642 }
#define L(x)
Definition: ntvdm.h:50
BOOL WINAPI IsWindow(_In_opt_ HWND)
HWND WINAPI FindWindowW(_In_opt_ LPCWSTR, _In_opt_ LPCWSTR)

Referenced by CTipbarWnd::IsFullScreenWindow().

◆ GetWndTray()

HWND CShellWndThread::GetWndTray ( )
inline

Definition at line 630 of file msutb.cpp.

631 {
633 m_hTrayWnd = ::FindWindowW(L"Shell_TrayWnd", NULL);
634 return m_hTrayWnd;
635 }

Referenced by CTipbarWnd::SetLangBand().

Member Data Documentation

◆ m_hProgmanWnd

HWND CShellWndThread::m_hProgmanWnd = NULL

Definition at line 628 of file msutb.cpp.

Referenced by clear(), and GetWndProgman().

◆ m_hTrayWnd

HWND CShellWndThread::m_hTrayWnd = NULL

Definition at line 627 of file msutb.cpp.

Referenced by clear(), and GetWndTray().


The documentation for this struct was generated from the following file: