Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method retrieves a value that indicates whether printer redirection is enabled.
Syntax
HRESULT get_RedirectPrinters(
VARIANT_BOOL *pRedirectPrinters
);
Parameters
pRedirectPrinters
[out] VARIANT_BOOL indicating whether printer redirection is enabled.If this parameter is VARIANT_TRUE, printer redirection is enabled, If this parameter is VARIANT_FALSE, printer redirection is not available.
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 Redirection
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::put_RedirectPrinters