ReactOS 0.4.15-dev-7961-gdcf9eb0
CShellBrowser::barInfo Class Reference
Collaboration diagram for CShellBrowser::barInfo:

Public Member Functions

 barInfo ()
 

Public Attributes

RECT borderSpace
 
CComPtr< IUnknownclientBar
 
HWND hwnd
 

Detailed Description

Definition at line 273 of file shellbrowser.cpp.

Constructor & Destructor Documentation

◆ barInfo()

CShellBrowser::barInfo::barInfo ( )
inline

Definition at line 276 of file shellbrowser.cpp.

277 {
278 memset(&borderSpace, 0, sizeof(borderSpace));
279 hwnd = NULL;
280 }
#define NULL
Definition: types.h:112
#define memset(x, y, z)
Definition: compat.h:39
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023

Member Data Documentation

◆ borderSpace

RECT CShellBrowser::barInfo::borderSpace

◆ clientBar

◆ hwnd

HWND CShellBrowser::barInfo::hwnd

Definition at line 284 of file shellbrowser.cpp.

Referenced by CShellBrowser::RepositionBars().


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