fsValidMembers parameter

The fsValidMembers member is used when modifying an existing window type, and determines which of the other members should be updated. This parameter can be a combination of one or more of the following values:

Value Description
HHWIN_PARAM_CUR_TAB The curNavType member is valid.
HHWIN_PARAM_EXPANSION The fNotExpanded member is valid.
HHWIN_PARAM_EXSTYLES The dwExStyles member is valid.
HHWIN_PARAM_NAV_WIDTH The iNavWidth member is valid.
HHWIN_PARAM_PROPERTIES The fsWinProperties member is valid.
HHWIN_PARAM_STYLES The dwStyles member is valid.
HHWIN_PARAM_RECT The rcWindowPos member is valid.
HHWIN_PARAM_SHOWSTATE The nShowState member is valid.
HHWIN_PARAM_TB_FLAGS The fsToolBarFlags member is valid.

Previous page link Back to HH_WINTYPE