- Timestamp:
- Apr 9, 2008 3:55:02 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r7827 r7848 2418 2418 <desc> 2419 2419 The IBIOSSettings interface represents BIOS settings of the virtual 2420 machine. Used in <link to="IMachine::BIOSSettings" />. 2420 machine. This is used only in the <link to="IMachine::BIOSSettings" /> attribute. 2421 2422 <note>With the COM API, this is an interface like all the others. With the webservice, 2423 this is mapped to a structure, so querying the attribute will not return an object, 2424 but a complete structure.</note> 2421 2425 </desc> 2422 2426 <attribute name="logoFadeIn" type="boolean"> … … 3839 3843 wsmap="struct" 3840 3844 > 3845 <desc> 3846 Contains information about the remote display (VRDP) capabilities and status. 3847 This is used in the <link to="IConsole::remoteDisplayInfo" /> attribute. 3848 3849 <note>With the COM API, this is an interface like all the others. With the webservice, 3850 this is mapped to a structure, so querying the attribute will not return an object, 3851 but a complete structure.</note> 3852 </desc> 3853 3841 3854 <attribute name="active" type="boolean" readonly="yes"> 3842 3855 <desc> … … 4915 4928 extends="$unknown" 4916 4929 uuid="12c2e31e-247f-4d51-82e5-5b9d4a6c7d5b" 4917 wsmap=" struct"4930 wsmap="managed" 4918 4931 > 4919 4932 <desc> … … 4922 4935 4923 4936 These properties define limits and default values for various 4924 attributes and parameters. 4925 4926 Most of the properties are read-only, but some can be changed by 4927 a user. 4937 attributes and parameters. Most of the properties are read-only, but some can be 4938 changed by a user. 4928 4939 </desc> 4929 4940 … … 5120 5131 wsmap="struct" 5121 5132 > 5133 <desc> 5134 <note>With the COM API, this is an interface like all the others. With the webservice, 5135 this is mapped to a structure, so querying the attribute will not return an object, 5136 but a complete structure.</note> 5137 </desc> 5138 5122 5139 <attribute name="id" type="wstring" readonly="yes"> 5123 5140 <desc>Guest OS identifier string.</desc> … … 5723 5740 wsmap="struct" 5724 5741 > 5742 <desc> 5743 <note>With the COM API, this is an interface like all the others. With the webservice, 5744 this is mapped to a structure, so querying the attribute will not return an object, 5745 but a complete structure.</note> 5746 </desc> 5725 5747 <attribute name="hardDisk" type="IHardDisk" readonly="yes"> 5726 5748 <desc>Harddisk object this attachment is about.</desc> … … 9274 9296 name="IAudioAdapter" extends="$unknown" 9275 9297 uuid="921873db-5f3f-4b69-91f9-7be9e535a2cb" 9276 wsmap=" struct"9298 wsmap="managed" 9277 9299 > 9278 9300 <desc> … … 9324 9346 name="IVRDPServer" extends="$unknown" 9325 9347 uuid="ed9d31ae-867f-45fc-b727-6740084d1883" 9326 wsmap=" struct"9348 wsmap="managed" 9327 9349 > 9328 9350 <attribute name="enabled" type="boolean"> … … 9448 9470 are in different name spaces, so they don't overlap and don't need to 9449 9471 have unique logical names. 9472 9473 <note>With the COM API, this is an interface like all the others. With the webservice, 9474 this is mapped to a structure, so querying the attribute will not return an object, 9475 but a complete structure.</note> 9450 9476 9451 9477 <note>
Note:
See TracChangeset
for help on using the changeset viewer.