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 programs launched with the StartProgram property will appear with a maximized window.
Syntax
HRESULT get_MaximizeShell(
LONG *pmaximizeShell
);
Parameters
pmaximizeShell
[out] Indicates whether programs launched with the StartProgram property will appear with a maximized window.This value is 0 if these programs do not appear with a maximized window. This value is nonzero if these programs do 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::put_MaximizeShell