SECMenuBar::EnableBitFlag

voidSECMenuBar::EnableBitFlag(DWORDdwBit, BOOLbUpdate)

The bit flag is used to determine what menu bar buttons need to be shown or hidden. If the bits in the bit mask match, the button is shown. If they do not match...the button is hidden.

Defined in: TMenuFrm.cpp

Return Value

void

Parameters

dwBit

Bit mask to use to determine whether or not to show the button.

bUpdate

Bool to force immediate update, defaults to false to conform with previous usage. TRUE */)