SECBandImpl::GetBandSize

SIZESECBandImpl::GetBandSize(DWORDwFlags, DWORDdwBandID, DWORDdwViewMode)

This function allows you to controls the band size. GetBandInfo method of IDeskBand interface will call this funtion to negotiate the size for the band. Refer to DESKBANDINFO structure in Win32 SDK for details of these values.

Defined in: SECBand.h

Return Value

SIZE The suggest size to be used.

Parameters

wFlags

wFlags can be one of the following values defined in Win32 SDK: DBIM_MINSIZE, DBIM_MAXSIZE, DBIM_INTEGRAL, DBIM_ACTUAL.

dwBandID

The same value as that of GetBandInfo method of IDeskBand. See IDeskBand::GetBandInfo in Win32 SDK for details.

dwViewMode

The same value as that of GetBandInfo method of IDeskBand. See IDeskBand::GetBandInfo in Win32 SDK for details.