VirtualBox

Changeset 35217 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Dec 17, 2010 12:22:50 PM (14 years ago)
Author:
vboxsync
Message:

SDKRef: VRDE API changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r35203 r35217  
    36963696                renamed to <xref linkend="IVRDEServerInfo" xreflabel="IVRDEServerInfo" />.</para>
    36973697              </listitem>
     3698
     3699              <listitem>
     3700                <para><computeroutput>IMachine::VRDPServer</computeroutput> attribute has
     3701                been renamed to <xref linkend="IMachine__VRDEServer"
     3702                xreflabel="IMachine::VRDEServer" />.</para>
     3703              </listitem>
     3704
     3705              <listitem>
     3706                <para><computeroutput>IConsole::RemoteDisplayInfo</computeroutput> attribute
     3707                has been renamed to <xref linkend="IConsole__VRDEServerInfo"
     3708                xreflabel="IConsole::VRDEServerInfo" />.</para>
     3709              </listitem>
     3710
     3711              <listitem>
     3712                <para><computeroutput>ISystemProperties::RemoteDisplayAuthLibrary</computeroutput>
     3713                attribute has been renamed to <xref linkend="ISystemProperties__VRDEAuthLibrary"
     3714                xreflabel="ISystemProperties::VRDEAuthLibrary" />.</para>
     3715              </listitem>
     3716
     3717              <listitem>
     3718                <para>Following methods has been implemented in <computeroutput>IVRDEServer</computeroutput>
     3719                to support generic VRDE properties:
     3720                  <itemizedlist>
     3721                    <listitem>
     3722                      <para><xref linkend="IVRDEServer__setVRDEProperty" xreflabel="IVRDEServer::SetVRDEProperty" />
     3723                      </para>
     3724                    </listitem>
     3725                    <listitem>
     3726                      <para><xref linkend="IVRDEServer__getVRDEProperty" xreflabel="IVRDEServer::GetVRDEProperty"/>
     3727                      </para>
     3728                    </listitem>
     3729                    <listitem>
     3730                      <para><xref linkend="IVRDEServer__VRDEProperties" xreflabel="IVRDEServer::VRDEProperties" />
     3731                      </para>
     3732                    </listitem>
     3733                  </itemizedlist>
     3734                </para>
     3735                <para>A few implementation specific attributes of the old <computeroutput>IVRDPServer</computeroutput>
     3736                interface have been removed and replaced with properties:
     3737                  <itemizedlist>
     3738                    <listitem>
     3739                      <para><computeroutput>IVRDPServer::Ports</computeroutput> -- replaced with
     3740                      <computeroutput>"TCP/Ports"</computeroutput> property. The property value is
     3741                      a string, which contains a comma-separated list of ports or ranges of ports.
     3742                      Use a dash between two port numbers to specify a range. Example:
     3743                      <computeroutput>"5000,5010-5012"</computeroutput>
     3744                      </para>
     3745                    </listitem>
     3746                    <listitem>
     3747                      <para><computeroutput>IVRDPServer::NetAddress</computeroutput> -- replaced with
     3748                      <computeroutput>"TCP/Address"</computeroutput> property. The property value is
     3749                      an IP address string. Example: <computeroutput>"127.0.0.1"</computeroutput>
     3750                      </para>
     3751                    </listitem>
     3752                    <listitem>
     3753                      <para><computeroutput>IVRDPServer::VideoChannel</computeroutput> -- replaced with
     3754                      <computeroutput>"VideoChannel/Enabled"</computeroutput> property. The property value
     3755                      is either <computeroutput>"true"</computeroutput> or <computeroutput>"false"</computeroutput>
     3756                      </para>
     3757                    </listitem>
     3758                    <listitem>
     3759                      <para><computeroutput>IVRDPServer::VideoChannelQuality</computeroutput> -- replaced with
     3760                      <computeroutput>"VideoChannel/Quality"</computeroutput> property. The property value is a
     3761                      string which contain a decimal number in range 10..100. Invalid values are ignored and
     3762                      the quality is set to the default value 75. Example: <computeroutput>"50"</computeroutput>
     3763                      </para>
     3764                    </listitem>
     3765                  </itemizedlist>
     3766                </para>
     3767              </listitem>
    36983768            </itemizedlist>
    36993769          </para>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette