Share via


IMsRdpClientAdvancedSettings::put_ScaleBitmapCachesByBPP (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that specifies whether the size of bitmap caches should be scaled by bit depth (by bits-per-pixel).

Syntax

HRESULT STDMETHODCALLTYPE put_ScaleBitmapCachesByBPP( 
    LONG bScale
);

Parameters

  • bScale
    [in] Specifies whether to enable bitmap scaling by bpp. Set this parameter to a nonzero value to enable this feature, or set it to a value of zero to make it unavailable.

Return Value

Returns S_OK if successful.

Remarks

The default value is nonzero, or enabled. We recommend that you leave this property at its default value.

Requirements

Header mstsax.h, mstsax.idl
Library Mstsax.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMsRdpClientAdvancedSettings Methods for Bitmaps and Caching
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_ScaleBitmapCachesByBPP