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.
Specifies whether the Remote Desktop ActiveX control should not check the server for RemoteApp capabilities. If this property contains VARIANT_TRUE, the control should not check the server for RemoteApp capabilities. If this property contains VARIANT_FALSE, the control can check the server for RemoteApp capabilities.
This property is read/write.
Syntax
HRESULT put_DisableRemoteAppCapsCheck(
[in] VARIANT_BOOL fDisableRemoteAppCapsCheck
);
HRESULT get_DisableRemoteAppCapsCheck(
[out, retval] VARIANT_BOOL *pfDisableRemoteAppCapsCheck
);
Property value
Specifies the new property value.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Type library |
|
DLL |
|
IID |
IID_IMsRdpClientNonScriptable5 is defined as 4f6996d5-d7b1-412c-b0ff-063718566907 |