IMsRdpClientAdvancedSettings::put_NumBitmapCaches (Windows Embedded CE 6.0)
1/6/2010
This method sets the number of bitmap caches to use.
Syntax
HRESULT put_NumBitmapCaches(
LONG numBitmapCaches
);
Parameters
- numBitmapCaches
[in] Specifies the new number of caches. The default value is 3, which results in optimal performance.
Return Value
Returns S_OK if successful.
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_NumBitmapCaches