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