Share via


IMsRdpClientAdvancedSettings::get_RedirectDrives (Windows Embedded CE 6.0)

1/6/2010

This method retrieves a value that indicates whether disk-drive redirection is enabled.

Syntax

HRESULT get_RedirectDrives( 
    VARIANT_BOOL *pRedirectDrives
);

Parameters

  • pRedirectDrives
    [out] VARIANT_BOOL indicating whether disk-drive redirection is enabled.

    If this parameter is VARIANT_TRUE, disk-drive redirection is enabled. When disk-drive redirection is enabled, a message box appears at connection time, asking the user to confirm redirection for security purposes. If this parameter is VARIANT_FALSE, disk-drive redirection is not available.

Return Value

Returns S_OK if successful.

See Also

Reference

IMsRdpClientAdvancedSettings Methods for Redirection
IMsRdpClientAdvancedSettings