ReactOS 0.4.16-dev-470-g91b8923
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 620 of file msutb.cpp.

Member Function Documentation

◆ clear()

void CShellWndThread::clear ( )
inline

Definition at line 639 of file msutb.cpp.

640 {
642 }
#define NULL
Definition: types.h:112
HWND m_hProgmanWnd
Definition: msutb.cpp:623
HWND m_hTrayWnd
Definition: msutb.cpp:622

◆ GetWndProgman()

HWND CShellWndThread::GetWndProgman ( )
inline

Definition at line 632 of file msutb.cpp.

633 {
635 m_hProgmanWnd = ::FindWindowW(L"Progman", NULL);
636 return m_hProgmanWnd;
637 }
#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 625 of file msutb.cpp.

626 {
628 m_hTrayWnd = ::FindWindowW(L"Shell_TrayWnd", NULL);
629 return m_hTrayWnd;
630 }

Referenced by CTipbarWnd::SetLangBand().

Member Data Documentation

◆ m_hProgmanWnd

HWND CShellWndThread::m_hProgmanWnd = NULL

Definition at line 623 of file msutb.cpp.

Referenced by clear(), and GetWndProgman().

◆ m_hTrayWnd

HWND CShellWndThread::m_hTrayWnd = NULL

Definition at line 622 of file msutb.cpp.

Referenced by clear(), and GetWndTray().


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