IMsRdpClientAdvancedSettings::get_ScaleBitmapCachesByBPP (Windows Embedded CE 6.0)
1/6/2010
This method retrieves a value indicating whether the size of bitmap caches should be scaled by bit depth (by bits-per-pixel).
Syntax
HRESULT get_ScaleBitmapCachesByBPP(
LONG *pbScale
);
Parameters
- pbScale
[out] If this feature is disabled, this parameter is 0. If this feature is enabled, this parameter is a nonzero value.
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::put_ScaleBitmapCachesByBPP