fsValidMembers

The fsValidMembers member of the THHWinType structure is used when creating a new, or modifying an existing window type, and determines which of the other members should be updated. Each constant corresponds to a single member of the THHWinType structure. HTML Help only examines those fields for which the corresponding bit is set. Members that do not have a corresponding constant (such as idNotify and hwndCaller) are always examined. This member can be a combination (use the or operator) 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_HISTORY_COUNT The cHistory member is valid
HHWIN_PARAM_INFOTYPES The apInfoTypes 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_TABPOS The tabpos member is valid
HHWIN_PARAM_TABORDER The taborder member is valid
HHWIN_PARAM_TB_FLAGS The fsToolBarFlags member is valid.

See also:
THHWinType
HH_SET_WIN_TYPE

HH_GET_WIN_TYPE