IMsTscSecuredSettings::Fullscreen property
Specifies the full-screen state of the client control.
This property is read/write.
Syntax
HRESULT put_Fullscreen(
[in] BOOL fFullScreen
);
HRESULT get_Fullscreen(
[out] BOOL *pfFullScreen
);
Property value
Set this parameter to TRUE if the control should use full-screen mode and FALSE otherwise.
Error codes
Returns S_OK if successful.
Remarks
For more information about this method, see Providing for RDP Client Security.
For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.
Note that although the use of this property is restricted to the allowed Internet Explorer URL security zones, a user can always change to full-screen mode after the connection has been established by pressing the full-screen mode shortcut key combination (CTRL+ALT+BREAK).
This method can be called while the client connection is established.
You must call the IMsRdpClientNonScriptable3::put_ConnectionBarText method before you call the IMsTscSecuredSettings::put_Fullscreen method or the IMsRdpClient::put_Fullscreen method.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Type library |
|
DLL |
|
IID |
IID_IMsTscSecuredSettings is defined as c9d65442-a0f9-45b2-8f73-d61d2db8cbb6 |