Share via


IMsRdpClientAdvancedSettings::put_MaximizeShell (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that indicates whether programs launched with the StartProgram property will appear with a maximized window.

Syntax

HRESULT put_MaximizeShell( 
    LONG maximizeShell
);

Parameters

  • maximizeShell
    [in] Indicates whether programs launched with the StartProgram property will appear with a maximized window.

    Set this value to 0 to indicate that these programs will not appear with a maximized window. Set this value to nonzero if these programs should appear with a maximized window.

    The default is a nonzero value, which indicated that these programs should appear with a maximized window.

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 Customization and Performance
IMsRdpClientAdvancedSettings
IMsRdpClientAdvancedSettings::get_MaximizeShell