Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 3.04 KB

ns-commctrl-nmrebarchildsize.md

File metadata and controls

92 lines (69 loc) · 3.04 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:commctrl.tagNMREBARCHILDSIZE
NMREBARCHILDSIZE (commctrl.h)
Contains information used in handling the RBN_CHILDSIZE notification code.
*LPNMREBARCHILDSIZE
LPNMREBARCHILDSIZE
LPNMREBARCHILDSIZE structure pointer [Windows Controls]
NMREBARCHILDSIZE
NMREBARCHILDSIZE structure [Windows Controls]
_win32_NMREBARCHILDSIZE
_win32_NMREBARCHILDSIZE_cpp
commctrl/LPNMREBARCHILDSIZE
commctrl/NMREBARCHILDSIZE
controls.NMREBARCHILDSIZE
controls._win32_NMREBARCHILDSIZE
controls\NMREBARCHILDSIZE.htm
Controls
VS|Controls|~\controls\rebar\structures\nmrebarchildsize.htm
12/05/2018
*LPNMREBARCHILDSIZE, LPNMREBARCHILDSIZE, LPNMREBARCHILDSIZE structure pointer [Windows Controls], NMREBARCHILDSIZE, NMREBARCHILDSIZE structure [Windows Controls], _win32_NMREBARCHILDSIZE, _win32_NMREBARCHILDSIZE_cpp, commctrl/LPNMREBARCHILDSIZE, commctrl/NMREBARCHILDSIZE, controls.NMREBARCHILDSIZE, controls._win32_NMREBARCHILDSIZE
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
NMREBARCHILDSIZE, *LPNMREBARCHILDSIZE
19H1
tagNMREBARCHILDSIZE
commctrl/tagNMREBARCHILDSIZE
LPNMREBARCHILDSIZE
commctrl/LPNMREBARCHILDSIZE
NMREBARCHILDSIZE
commctrl/NMREBARCHILDSIZE
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
NMREBARCHILDSIZE

NMREBARCHILDSIZE structure

-description

Contains information used in handling the RBN_CHILDSIZE notification code.

-struct-fields

-field hdr

Type: NMHDR

NMHDR structure that contains additional information about the notification.

-field uBand

Type: UINT

Zero-based index of the band affected by the notification. This will be -1 if no band is affected.

-field wID

Type: UINT

Application-defined identifier of the band.

-field rcChild

Type: RECT

RECT structure that contains the new size of the child window. This member can be changed during the notification to modify the child window's position and size.

-field rcBand

Type: RECT

RECT structure that contains the new size of the band.