Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derceg/explorerplusplus
/ GetRectHeight
Function
GetRectHeight
Explorer++/Helper/WindowHelper.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
int GetRectHeight(const RECT *rc)
114
{
115
return rc->bottom - rc->top;
116
}
117
118
int GetRectWidth(const RECT *rc)
119
{
Callers
15
CreateMainControls
Method · 0.85
OnSize
Method · 0.85
OnDpiChanged
Method · 0.85
SetListViewInitialPosition
Method · 0.85
CaptureTabScreenshot
Method · 0.85
GetTabLivePreviewBitmap
Method · 0.85
AdjustFolderPanePosition
Method · 0.85
GetDropLocation
Method · 0.85
GetDropLocation
Method · 0.85
UpdateDialogForBookmarkFolder
Method · 0.85
DrawThumbnail
Method · 0.85
ExtractThumbnailImageInternal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected