Changeset 20928 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 25, 2009 11:53:37 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20897 r20928 233 233 <td> 234 234 Returned if a memory pointer for the output argument is invalid (for 235 example, <tt>NULL</tt>). Note that when pointers representing input235 example, @c null). Note that when pointers representing input 236 236 arguments (such as strings) are invalid, E_INVALIDARG is returned. 237 237 </td> … … 494 494 needed: for any online VM state, the condition 495 495 <tt>FirstOnline <= state <= LastOnline</tt> must be 496 <tt>true</tt>. The same relates to transient states for which496 @c true. The same relates to transient states for which 497 497 the condition <tt>FirstOnline <= state <= LastOnline</tt> must be 498 <tt>true</tt>.498 @c true. 499 499 </note> 500 500 </desc> … … 1027 1027 <desc> 1028 1028 Notification when someone tries to change extra data for 1029 either the given machine or (if null) global extra data.1029 either the given machine or (if @c null) global extra data. 1030 1030 This gives the chance to veto against changes. 1031 1031 </desc> … … 1033 1033 <desc> 1034 1034 ID of the machine this event relates to 1035 ( null ID for global extra data change requests).1035 (@c null ID for global extra data change requests). 1036 1036 </desc> 1037 1037 </param> … … 1118 1118 <param name="registered" type="boolean" dir="in"> 1119 1119 <desc> 1120 If true, the media was registered, otherwise it was1120 If @c true, the media was registered, otherwise it was 1121 1121 unregistered. 1122 1122 </desc> … … 1134 1134 <param name="registered" type="boolean" dir="in"> 1135 1135 <desc> 1136 If true, the machine was registered, otherwise it was1136 If @c true, the machine was registered, otherwise it was 1137 1137 unregistered. 1138 1138 </desc> … … 1183 1183 <param name="snapshotId" type="wstring" dir="in"> 1184 1184 <desc> 1185 ID of the discarded snapshot. <tt>null</tt> means the 1186 current machine state has been discarded (restored from 1187 the current snapshot). 1185 ID of the discarded snapshot. @c null means the current machine 1186 state has been discarded (restored from the current snapshot). 1188 1187 </desc> 1189 1188 </param> … … 1344 1343 <interface 1345 1344 name="IVirtualBox" extends="$dispatched" 1346 uuid=" 54bf05ec-3fa9-4735-b92e-76e7c6c7e2be"1345 uuid="3f4ab53a-199b-4526-a91a-93ff62e456b8" 1347 1346 wsmap="managed" 1348 1347 > … … 1419 1418 x.y-platform 1420 1419 </pre> 1421 where <tt>x</tt> and <tt>y</tt>are the major and the minor format1422 versions, and <tt>platform</tt>is the platform identifier.1420 where @c x and @c y are the major and the minor format 1421 versions, and @c platform is the platform identifier. 1423 1422 1424 1423 The current version usually matches the value of the … … 1455 1454 x.y-platform 1456 1455 </pre> 1457 where <tt>x</tt> and <tt>y</tt>are the major and the minor format1458 versions, and <tt>platform</tt>is the platform identifier.1456 where @c x and @c y are the major and the minor format 1457 versions, and @c platform is the platform identifier. 1459 1458 1460 1459 VirtualBox uses this version of the format when saving settings files … … 1582 1581 directory</link>. 1583 1582 1584 If @a baseFolder is a null or empty string (which is recommended), the1583 If @a baseFolder is a @c null or empty string (which is recommended), the 1585 1584 <link to="ISystemProperties::defaultMachineFolder">default machine 1586 1585 settings folder</link> will be used as a base folder for the created … … 1597 1596 Optionally, you may specify an UUID of to assign to the created machine. 1598 1597 However, this is not recommended and you should normally pass an empty 1599 ( null) UUID to this method so that a new UUID will be automatically1598 (@c null) UUID to this method so that a new UUID will be automatically 1600 1599 generated for every created machine. You can use UUID 1601 00000000-0000-0000-0000-000000000000 as null value.1600 00000000-0000-0000-0000-000000000000 as @c null value. 1602 1601 1603 1602 <note> … … 1614 1613 </result> 1615 1614 <result name="E_INVALIDARG"> 1616 @a name is empty or null.1615 @a name is empty or @c null. 1617 1616 </result> 1618 1617 </desc> … … 1674 1673 </result> 1675 1674 <result name="E_INVALIDARG"> 1676 @a name or @a settingsFile is empty or null.1675 @a name or @a settingsFile is empty or @c null. 1677 1676 </result> 1678 1677 </desc> … … 1722 1721 <note> 1723 1722 <link to="IMachine::settingsModified"/> will return 1724 false for the created machine, until any of machine settings1723 @c false for the created machine, until any of machine settings 1725 1724 are changed. 1726 1725 </note> … … 1867 1866 installation can be obtained using 1868 1867 <link to="ISystemProperties::hardDiskFormats"/>. If the @a format 1869 attribute is empty or <tt>null</tt>then the default storage format1868 attribute is empty or @c null then the default storage format 1870 1869 specified by <link to="ISystemProperties::defaultHardDiskFormat"/> will 1871 1870 be used for creating a storage unit of the hard disk. … … 1883 1882 </result> 1884 1883 <result name="E_INVALIDARG"> 1885 @a format is a null or empty string.1884 @a format is a @c null or empty string. 1886 1885 </result> 1887 1886 </desc> … … 2079 2078 <desc> 2080 2079 UUID to assign to the given image within this VirtualBox installation. 2081 If an empty ( null) UUID is specified, the system will randomly2080 If an empty (@c null) UUID is specified, the system will randomly 2082 2081 generate a new UUID. 2083 2082 </desc> … … 2179 2178 <desc> 2180 2179 UUID to assign to the given image file within this VirtualBox 2181 installation. If an empty ( null) UUID is specified, the system will2180 installation. If an empty (@c null) UUID is specified, the system will 2182 2181 randomly generate a new UUID. 2183 2182 </desc> … … 2313 2312 Returns the global extra data key name following the supplied key. 2314 2313 2315 An error is returned if the supplied @a key does not exist. @c NULLis2314 An error is returned if the supplied @a key does not exist. @c null is 2316 2315 returned in @a nextKey if the supplied key is the last key. When 2317 supplying @c NULLor an empty string for the @a key, the first key item2316 supplying @c null or an empty string for the @a key, the first key item 2318 2317 is returned in @a nextKey (if there is any). @a nextValue is an optional 2319 2318 parameter and if supplied, the next key's value is returned in it. … … 2340 2339 2341 2340 If the requested data @a key does not exist, this function will 2342 succeed and return @c NULLin the @a value argument.2341 succeed and return @c null in the @a value argument. 2343 2342 2344 2343 <result name="VBOX_E_FILE_ERROR"> … … 2362 2361 Sets associated global extra data. 2363 2362 2364 If you pass @c NULLas a key @a value, the given @a key will be2363 If you pass @c null as a key @a value, the given @a key will be 2365 2364 deleted. 2366 2365 … … 2521 2520 argument) are: 2522 2521 <ul> 2523 <li><tt> gui</tt>: VirtualBox Qt GUI session</li>2524 <li><tt> vrdp</tt>: VirtualBox VRDP Server session</li>2525 <li><tt> sdl</tt>: VirtualBox SDL GUI session</li>2522 <li><tt>"gui"</tt>: VirtualBox Qt GUI session</li> 2523 <li><tt>"vrdp"</tt>: VirtualBox VRDP Server session</li> 2524 <li><tt>"sdl"</tt>: VirtualBox SDL GUI session</li> 2526 2525 </ul> 2527 2526 … … 2649 2648 2650 2649 <result name="E_INVALIDARG"> 2651 A @c NULLcallback cannot be registered.2650 A @c null callback cannot be registered. 2652 2651 </result> 2653 2652 … … 2807 2806 2808 2807 If the given backup file already exists, this method will try to add the 2809 <tt>.N</tt> suffix to the backup file name (where <tt>N</tt>counts from2808 <tt>.N</tt> suffix to the backup file name (where @c N counts from 2810 2809 0 to 9) and copy it again until it succeeds. If all suffixes are 2811 2810 occupied, or if any other copy error occurs, this method will return a … … 3664 3663 the configuration remains unchanged. Please see the documentation for getDescription() 3665 3664 for valid configuration values for the individual array item types. If the 3666 corresponding item in the aEnabled array is false, the configuration value is ignored.3665 corresponding item in the aEnabled array is @c false, the configuration value is ignored. 3667 3666 </desc> 3668 3667 … … 3710 3709 <interface 3711 3710 name="IInternalMachineControl" extends="$unknown" 3712 uuid=" 5595cae1-6b18-42c1-b416-bc7493a87618"3711 uuid="ce8087d7-de92-4bbb-8140-a22fb07f37ba" 3713 3712 internal="yes" 3714 3713 wsmap="suppress" 3715 3714 > 3715 <method name="setRemoveSavedState"> 3716 <desc> 3717 Updates the flag whether saved state is removed on a machine state 3718 change from Saved to PowerOff. 3719 </desc> 3720 <param name="aRemove" type="boolean" dir="in"/> 3721 </method> 3722 3716 3723 <method name="updateState"> 3717 3724 <desc> … … 3758 3765 <method name="detachUSBDevice"> 3759 3766 <desc> 3760 Notification that a VM is going to detach ( done =false) or has3761 already detached ( done =true) the given USB device.3762 When the done =true request is completed, the VM process will3767 Notification that a VM is going to detach (@a done = @c false) or has 3768 already detached (@a done = @c true) the given USB device. 3769 When the @a done = @c true request is completed, the VM process will 3763 3770 get a <link to="IInternalSessionControl::onUSBDeviceDetach"/> 3764 3771 notification. 3765 3772 <note> 3766 In the done =true case, the server must run its own filters3773 In the @a done = @c true case, the server must run its own filters 3767 3774 and filters of all VMs but this one on the detached device 3768 3775 as if it were just attached to the host computer. … … 3786 3793 Notification that a VM that is being powered down. The done 3787 3794 parameter indicates whether which stage of the power down 3788 we're at. When done =false the VM is announcing its3789 intentions, while when done =true the VM is reporting3795 we're at. When @a done = @c false the VM is announcing its 3796 intentions, while when @a done = @c true the VM is reporting 3790 3797 what it has done. 3791 3798 <note> 3792 In the done =true case, the server must run its own filters3799 In the @a done = @c true case, the server must run its own filters 3793 3800 and filters of all VMs but this one on all detach devices as 3794 3801 if they were just attached to the host computer. … … 3849 3856 3850 3857 <param name="success" type="boolean" dir="in"> 3851 <desc><tt>true</tt> to indicate success and <tt>false</tt> 3852 otherwise. 3858 <desc>@c true to indicate success and @c false otherwise. 3853 3859 </desc> 3854 3860 </param> … … 3915 3921 3916 3922 <param name="success" type="boolean" dir="in"> 3917 <desc> <tt>true</tt> to indicate success and <tt>false</tt>otherwise</desc>3923 <desc>@c true to indicate success and @c false otherwise</desc> 3918 3924 </param> 3919 3925 </method> … … 4197 4203 </ul> 4198 4204 4199 Otherwise, the value of this property is always <tt>true</tt>.4205 Otherwise, the value of this property is always @c true. 4200 4206 4201 4207 Every time this property is read, the accessibility state of 4202 this machine is re-evaluated. If the returned value is |false|,4208 this machine is re-evaluated. If the returned value is @c false, 4203 4209 the <link to="#accessError"/> property may be used to get the 4204 4210 detailed error information describing the reason of … … 4226 4232 <note> 4227 4233 In the current implementation, once this property returns 4228 <tt>true</tt>, the machine will never become inaccessible4234 @c true, the machine will never become inaccessible 4229 4235 later, even if its settings file cannot be successfully 4230 4236 read/written any more (at least, until the VirtualBox … … 4241 4247 4242 4248 Reading this property is only valid after the last call to 4243 <link to="#accessible"/> returned <tt>false</tt>(i.e. the4244 machine is currently unaccessible). Otherwise, a null4249 <link to="#accessible"/> returned @c false (i.e. the 4250 machine is currently unaccessible). Otherwise, a @c null 4245 4251 IVirtualBoxErrorInfo object will be returned. 4246 4252 </desc> … … 4416 4422 4417 4423 <note> 4418 Setting this property to <tt>null</tt>will restore the4424 Setting this property to @c null will restore the 4419 4425 initial value. 4420 4426 </note> … … 4483 4489 x.y-platform 4484 4490 </pre> 4485 where <tt>x</tt> and <tt>y</tt>are the major and the minor format4486 versions, and <tt>platform</tt>is the platform identifier.4491 where @c x and @c y are the major and the minor format 4492 versions, and @c platform is the platform identifier. 4487 4493 4488 4494 The current version usually matches the value of the … … 4526 4532 <note> 4527 4533 For newly created unregistered machines, the value of this 4528 property is always TRUEuntil <link to="#saveSettings"/>4534 property is always @c true until <link to="#saveSettings"/> 4529 4535 is called (no matter if any machine settings have been 4530 4536 changed after the creation or not). For opened machines 4531 the value is set to FALSE(and then follows to normal rules).4537 the value is set to @c false (and then follows to normal rules). 4532 4538 </note> 4533 4539 </desc> … … 4579 4585 the machine when it is in the <link to="MachineState_Saved"/> state. 4580 4586 <note> 4581 When the machine is not in the Saved state, this attribute 4582 <tt>null</tt>.4587 When the machine is not in the Saved state, this attribute is 4588 @c null. 4583 4589 </note> 4584 4590 </desc> … … 4599 4605 Current snapshot of this machine. 4600 4606 <note> 4601 A <tt>null</tt>object is returned if the machine doesn't4607 A @c null object is returned if the machine doesn't 4602 4608 have snapshots. 4603 4609 </note> … … 4615 4621 <attribute name="currentStateModified" type="boolean" readonly="yes"> 4616 4622 <desc> 4617 Returns <tt>true</tt>if the current state of the machine is not4623 Returns @c true if the current state of the machine is not 4618 4624 identical to the state stored in the current snapshot. 4619 4625 … … 4626 4632 <li><link to="IConsole::takeSnapshot"/> (issued on a 4627 4633 powered off or saved machine, for which 4628 <link to="#settingsModified"/> returns <tt>false</tt>)4634 <link to="#settingsModified"/> returns @c false) 4629 4635 </li> 4630 4636 <li><link to="IMachine::setCurrentSnapshot"/> … … 4643 4649 <note> 4644 4650 For machines that don't have snapshots, this property is 4645 always <tt>false</tt>.4651 always @c false. 4646 4652 </note> 4647 4653 </desc> … … 4695 4701 <param name="position" type="unsigned long" dir="in"> 4696 4702 <desc> 4697 Position in the boot order ( <tt>1</tt>to the total number of4703 Position in the boot order (@c 1 to the total number of 4698 4704 devices the machine can boot from, as returned by 4699 4705 <link to="ISystemProperties::maxBootPosition"/>). … … 4729 4735 <param name="position" type="unsigned long" dir="in"> 4730 4736 <desc> 4731 Position in the boot order ( <tt>1</tt>to the total number of4737 Position in the boot order (@c 1 to the total number of 4732 4738 devices the machine can boot from, as returned by 4733 4739 <link to="ISystemProperties::maxBootPosition"/>). … … 5007 5013 supplied key. 5008 5014 5009 An error is returned if the supplied @a key does not exist. @c NULLis5015 An error is returned if the supplied @a key does not exist. @c null is 5010 5016 returned in @a nextKey if the supplied key is the last key. When 5011 supplying @c NULLfor the @a key, the first key item is returned in5017 supplying @c null for the @a key, the first key item is returned in 5012 5018 @a nextKey (if there is any). @a nextValue is an optional parameter and 5013 5019 if supplied, the next key's value is returned in it. … … 5034 5040 5035 5041 If the requested data @a key does not exist, this function will 5036 succeed and return @c NULLin the @a value argument.5042 succeed and return @c null in the @a value argument. 5037 5043 5038 5044 <result name="VBOX_E_FILE_ERROR"> … … 5056 5062 Sets associated machine-specific extra data. 5057 5063 5058 If you pass @c NULLas a key @a value, the given @a key will be5064 If you pass @c null as a key @a value, the given @a key will be 5059 5065 deleted. 5060 5066 … … 5149 5155 5150 5156 If the given backup file already exists, this method will try to add the 5151 <tt>.N</tt> suffix to the backup file name (where <tt>N</tt>counts from5157 <tt>.N</tt> suffix to the backup file name (where @c N counts from 5152 5158 0 to 9) and copy it again until it succeeds. If all suffixes are 5153 5159 occupied, or if any other copy error occurs, this method will return a … … 5215 5221 to succeed. 5216 5222 <note> 5217 <link to="#settingsModified"/> will return TRUEafter this5223 <link to="#settingsModified"/> will return @c true after this 5218 5224 method successfully returns. 5219 5225 </note> … … 5258 5264 <desc> 5259 5265 Returns a snapshot of this machine with the given UUID. 5260 A <tt>null</tt>UUID can be used to obtain the first snapshot5266 A @c null UUID can be used to obtain the first snapshot 5261 5267 taken on this machine. This is useful if you want to traverse 5262 5268 the whole tree of snapshots starting from the root. … … 5367 5373 <param name="canShow" type="boolean" dir="return"> 5368 5374 <desc> 5369 @c true if the console window can be shown and @c 5370 false otherwise. 5375 @c true if the console window can be shown and @c false otherwise. 5371 5376 </desc> 5372 5377 </param> … … 5564 5569 <desc> 5565 5570 The patterns to match the properties against, separated by '|' 5566 characters. If this is empty or NULL, all properties will match.5571 characters. If this is empty or @c null, all properties will match. 5567 5572 </desc> 5568 5573 </param> … … 5829 5834 <param name="attached" type="boolean" dir="in"> 5830 5835 <desc> 5831 <tt>true</tt> if the device was attached 5832 and <tt>false</tt> otherwise. 5836 @c true if the device was attached and @c false otherwise. 5833 5837 </desc> 5834 5838 </param> 5835 5839 <param name="error" type="IVirtualBoxErrorInfo" dir="in"> 5836 5840 <desc> 5837 <tt>null</tt> on success or an error message object on 5838 failure. 5841 @c null on success or an error message object on failure. 5839 5842 </desc> 5840 5843 </param> … … 5872 5875 5873 5876 <b>Fatal</b> errors are indicated by the @a fatal parameter set 5874 to <tt>true</tt>. In case of fatal errors, the virtual machine5877 to @c true. In case of fatal errors, the virtual machine 5875 5878 execution is always paused before calling this notification, and 5876 5879 the notification handler is supposed either to immediately save … … 5880 5883 5881 5884 <b>Non-fatal</b> errors and warnings are indicated by the 5882 @a fatal parameter set to <tt>false</tt>. If the virtual machine5885 @a fatal parameter set to @c false. If the virtual machine 5883 5886 is in the Paused state by the time the error notification is 5884 5887 received, it means that the user can <i>try to resume</i> the machine … … 5953 5956 <param name="canShow" type="boolean" dir="return"> 5954 5957 <desc> 5955 @c true if the console window can be shown and @c 5956 false otherwise. 5958 @c true if the console window can be shown and @c false otherwise. 5957 5959 </desc> 5958 5960 </param> … … 6109 6111 <interface 6110 6112 name="IConsole" extends="$unknown" 6111 uuid=" a7f17a42-5b64-488d-977b-4b2c639ada27"6113 uuid="0a51994b-cbc6-4686-94eb-d4e4023280e2" 6112 6114 wsmap="managed" 6113 6115 > … … 6297 6299 <method name="powerDown"> 6298 6300 <desc> 6299 Stops the virtual machine execution.6300 After this operation completes, the machine will go to the6301 PoweredOff state.6302 6303 @deprecated This method will be removed in VirtualBox 2.1 where the6304 powerDownAsync() method will take its name. Do not use this method in6305 the code.6306 <result name="VBOX_E_INVALID_VM_STATE">6307 Virtual machine must be Running, Paused or Stuck to be powered down.6308 </result>6309 <result name="VBOX_E_VM_ERROR">6310 Unable to power off or destroy virtual machine.6311 </result>6312 </desc>6313 </method>6314 6315 <method name="powerDownAsync">6316 <desc>6317 6301 Initiates the power down procedure to stop the virtual machine 6318 6302 execution. … … 6321 6305 IProgress object. After the operation is complete, the machine will go 6322 6306 to the PoweredOff state. 6323 6324 @warning This method will be renamed to "powerDown" in VirtualBox 2.16325 where the original powerDown() method will be removed. You will need to6326 rename "powerDownAsync" to "powerDown" in your sources to make them6327 build with version 2.1.6328 6307 <result name="VBOX_E_INVALID_VM_STATE"> 6329 6308 Virtual machine must be Running, Paused or Stuck to be powered down. … … 6401 6380 <method name="getGuestEnteredACPIMode"> 6402 6381 <desc>Checks if the guest entered the ACPI mode G0 (working) or 6403 G1 (sleeping). If this method returns false, the guest will6382 G1 (sleeping). If this method returns @c false, the guest will 6404 6383 most likely not respond to external ACPI events. 6405 6384 <result name="VBOX_E_INVALID_VM_STATE"> … … 6483 6462 </method> 6484 6463 6485 <method name="discardSavedState"> 6486 <desc> 6487 Discards (deletes) the saved state of the virtual machine 6488 previously created by <link to="#saveState"/>. Next time the 6489 machine is powered up, a clean boot will occur. 6464 <method name="forgetSavedState"> 6465 <desc> 6466 Forgets the saved state of the virtual machine previously created 6467 by <link to="#saveState"/>. Next time the machine is powered up, a 6468 clean boot will occur. If @a remove is @c true the saved state file 6469 is deleted. 6490 6470 <note> 6491 6471 This operation is equivalent to resetting or powering off … … 6496 6476 </result> 6497 6477 </desc> 6478 <param name="remove" type="boolean" dir="in"> 6479 <desc>If @c true remove the saved state file.</desc> 6480 </param> 6498 6481 </method> 6499 6482 … … 6708 6691 children at all (i.e. the first snapshot is the only snapshot of 6709 6692 the machine), both the current and the first snapshot of the 6710 machine will be set to null. In all other cases, the first6693 machine will be set to @c null. In all other cases, the first 6711 6694 snapshot cannot be discarded. 6712 6695 … … 6799 6782 If the machine state is <link to="MachineState_Saved">Saved</link> 6800 6783 prior to this operation, the saved state file will be implicitly 6801 discarded (as if <link to="IConsole:: discardSavedState"/> were6784 discarded (as if <link to="IConsole::forgetSavedState"/> were 6802 6785 called). 6803 6786 </note> … … 6845 6828 If the machine state is <link to="MachineState_Saved">Saved</link> 6846 6829 prior to this operation, the saved state file will be implicitly 6847 discarded (as if <link to="# discardSavedState"/> were6830 discarded (as if <link to="#forgetSavedState"/> were 6848 6831 called). 6849 6832 </note> … … 7245 7228 <param name="description" type="wstring" dir="return"> 7246 7229 <desc> 7247 Model string. A NULLstring is returned if value is not known or7230 Model string. A @c null string is returned if value is not known or 7248 7231 @a cpuId is invalid. 7249 7232 </desc> … … 7272 7255 7273 7256 <attribute name="Acceleration3DAvailable" type="boolean" readonly="yes"> 7274 <desc>Returns true when the host supports 3D hardware acceleration.</desc>7257 <desc>Returns @c true when the host supports 3D hardware acceleration.</desc> 7275 7258 </attribute> 7276 7259 … … 7321 7304 <desc> 7322 7305 Creates a new USB device filter. All attributes except 7323 the filter name are set to <tt>null</tt>(any match),7324 <i>active</i> is <tt>false</tt>(the filter is not active).7306 the filter name are set to @c null (any match), 7307 <i>active</i> is @c false (the filter is not active). 7325 7308 7326 7309 The created filter can be added to the list of filters using … … 7345 7328 in the list of filters. 7346 7329 7347 Positions are numbered starting from <tt>0</tt>. If the specified7330 Positions are numbered starting from @c 0. If the specified 7348 7331 position is equal to or greater than the number of elements in 7349 7332 the list, the filter is added at the end of the collection. … … 7381 7364 list of filters. 7382 7365 7383 Positions are numbered starting from <tt>0</tt>. Specifying a7366 Positions are numbered starting from @c 0. Specifying a 7384 7367 position equal to or greater than the number of elements in 7385 7368 the list will produce an error. … … 7613 7596 7614 7597 <note> 7615 Setting this property to <tt>null</tt>will restore the7598 Setting this property to @c null will restore the 7616 7599 initial value. 7617 7600 </note> … … 7651 7634 7652 7635 <note> 7653 Setting this property to <tt>null</tt> will restore the 7654 initial value. 7636 Setting this property to @c null will restore the initial value. 7655 7637 </note> 7656 7638 <note> … … 7707 7689 The hard disk format set by this attribute is used by VirtualBox 7708 7690 when the hard disk format was not specified explicitly. One example is 7709 <link to="IVirtualBox::createHardDisk"/> with the <tt>null</tt>7691 <link to="IVirtualBox::createHardDisk"/> with the @c null 7710 7692 format argument. A more complex example is implicit creation of 7711 7693 differencing hard disks when taking a snapshot of a virtual machine: … … 7720 7702 unexpectedly. 7721 7703 7722 The initial value of this property is <tt> VDI</tt> in the current7704 The initial value of this property is <tt>"VDI"</tt> in the current 7723 7705 version of the VirtualBox product, but may change in the future. 7724 7706 7725 7707 <note> 7726 Setting this property to <tt>null</tt> will restore the 7727 initial value. 7708 Setting this property to @c null will restore the initial value. 7728 7709 </note> 7729 7710 … … 7746 7727 system's default library path. 7747 7728 7748 The default value of this property is <tt> VRDPAuth</tt>. There is a library7729 The default value of this property is <tt>"VRDPAuth"</tt>. There is a library 7749 7730 of that name in one of the default VirtualBox library directories. 7750 7731 … … 7753 7734 7754 7735 <note> 7755 Setting this property to <tt>null</tt>will restore the7736 Setting this property to @c null will restore the 7756 7737 initial value. 7757 7738 </note> … … 7769 7750 there is no per-VM setting for this, as the webservice is a global 7770 7751 resource (if it is running). Only for this setting (for the webservice), 7771 setting this value to a literal "null"string disables authentication,7752 setting this value to a literal <tt>"null"</tt> string disables authentication, 7772 7753 meaning that <link to="IWebsessionManager::logon" /> will always succeed, 7773 7754 no matter what user name and password are supplied. 7774 7755 7775 The initial value of this property is <tt> VRDPAuth</tt>,7756 The initial value of this property is <tt>"VRDPAuth"</tt>, 7776 7757 meaning that the webservice will use the same authentication 7777 7758 library that is used by default for VBoxVRDP (again, see … … 8010 7991 create and manipulate progress objects, whereas client code 8011 7992 can only use the IProgress object to monitor a task's 8012 progress and, if <link to="#cancelable" /> is true,7993 progress and, if <link to="#cancelable" /> is @c true, 8013 7994 cancel the task by calling <link to="#cancel" />. 8014 7995 … … 8050 8031 Current progress value of the task as a whole, in percent. 8051 8032 This value depends on how many operations are already complete. 8052 Returns 100 if <link to="#completed" /> is true.8033 Returns 100 if <link to="#completed" /> is @c true. 8053 8034 </desc> 8054 8035 </attribute> … … 8079 8060 <desc> 8080 8061 Result code of the progress task. 8081 Valid only if <link to="#completed"/> is true.8062 Valid only if <link to="#completed"/> is @c true. 8082 8063 </desc> 8083 8064 </attribute> … … 8086 8067 <desc> 8087 8068 Extended information about the unsuccessful result of the 8088 progress operation. May be NULLif no extended information8069 progress operation. May be @c null if no extended information 8089 8070 is available. 8090 Valid only if <link to="#completed"/> is true and8071 Valid only if <link to="#completed"/> is @c true and 8091 8072 <link to="#resultCode"/> indicates a failure. 8092 8073 </desc> … … 8158 8139 Cancels the task. 8159 8140 <note> 8160 If <link to="#cancelable"/> is <tt>false</tt>, then 8161 this method will fail. 8141 If <link to="#cancelable"/> is @c false, then this method will fail. 8162 8142 </note> 8163 8143 … … 8236 8216 cannot be changed. 8237 8217 8238 The current snapshot is <tt>null</tt>if the machine doesn't have8218 The current snapshot is @c null if the machine doesn't have 8239 8219 snapshots at all; in this case the current machine state is just 8240 8220 current settings of this machine plus its current execution state. … … 8337 8317 <attribute name="online" type="boolean" readonly="yes"> 8338 8318 <desc> 8339 <tt>true</tt> if this snapshot is an online snapshot and 8340 <tt>false</tt> otherwise. 8341 8342 <note> 8343 When this attribute is <tt>true</tt>, the 8319 @c true if this snapshot is an online snapshot and @c false otherwise. 8320 8321 <note> 8322 When this attribute is @c true, the 8344 8323 <link to="IMachine::stateFilePath"/> attribute of the 8345 8324 <link to="#machine"/> object associated with this snapshot 8346 8325 will point to the saved state file. Otherwise, it will be 8347 <tt>null</tt>.8326 @c null. 8348 8327 </note> 8349 8328 </desc> … … 8366 8345 <note> 8367 8346 It's not an error to read this attribute on a snapshot 8368 that doesn't have a parent -- a null object will be8347 that doesn't have a parent -- a @c null object will be 8369 8348 returned to indicate this. 8370 8349 </note> … … 8522 8501 created for the first time), all known media are in the 8523 8502 <link to="MediaState_Inaccessible"/> state but the value of the <link 8524 to="#lastAccessError"/> attribute is <tt>null</tt>because no actual8503 to="#lastAccessError"/> attribute is @c null because no actual 8525 8504 accessibility check is made on startup. This is done to make the 8526 8505 VirtualBox object ready for serving requests as … … 8545 8524 <desc> 8546 8525 Optional description of the medium. For newly created media, the value 8547 of this attribute value is <tt>null</tt>.8526 of this attribute value is @c null. 8548 8527 8549 8528 Media types that don't support this attribute will return E_NOTIMPL in … … 8580 8559 medium is <link to="MediaState_LockedRead"/> or 8581 8560 <link to="MediaState_LockedWrite"/> then it remains the same, and a 8582 non- null value of <link to="#lastAccessError"/> will indicate a failed8561 non-@c null value of <link to="#lastAccessError"/> will indicate a failed 8583 8562 accessibility check in this case. 8584 8563 … … 8653 8632 Accessibility checks are performed each time the <link to="#state"/> 8654 8633 attribute is read. A @c null string is returned if the last 8655 accessibility check was successful. A non- null string indicates a8634 accessibility check was successful. A non-@c null string indicates a 8656 8635 failure and should normally describe a reason of the failure (for 8657 8636 example, a file read error). … … 8663 8642 Array of UUIDs of all machines this medium is attached to. 8664 8643 8665 A <tt>null</tt>array is returned if this medium is not attached to any8644 A @c null array is returned if this medium is not attached to any 8666 8645 machine or to any machine's snapshot. 8667 8646 … … 8688 8667 the array will contain only snapshot IDs. 8689 8668 8690 The returned array may be <tt>null</tt>if this medium is not attached8669 The returned array may be @c null if this medium is not attached 8691 8670 to the given machine at all, neither in the current state nor in one of 8692 8671 the snapshots. … … 9028 9007 querying the <link to="#parent"/> attribute: base hard disks do not have 9029 9008 parents they would depend on, so the value of this attribute is always 9030 <tt>null</tt>for them. Using this attribute, it is possible to walk up9009 @c null for them. Using this attribute, it is possible to walk up 9031 9010 the hard disk tree (from the child hard disk to its parent). It is also 9032 9011 possible to walk down the tree using the <link to="#children"/> … … 9310 9289 9311 9290 Only differencing hard disks have parents. For base (non-differencing) 9312 hard disks, <tt>null</tt>is returned.9291 hard disks, @c null is returned. 9313 9292 </desc> 9314 9293 </attribute> … … 9317 9296 <desc> 9318 9297 Children of this hard disk (all differencing hard disks directly based 9319 on this hard disk). A <tt>null</tt>array is returned if this hard disk9298 on this hard disk). A @c null array is returned if this hard disk 9320 9299 does not have any children. 9321 9300 </desc> … … 9335 9314 <attribute name="readOnly" type="boolean" readonly="yes"> 9336 9315 <desc> 9337 Returns <tt>true</tt> if this hard disk is read-only and <tt>false</tt> 9338 otherwise. 9316 Returns @c true if this hard disk is read-only and @c false otherwise. 9339 9317 9340 9318 A hard disk is considered to be read-only when its contents cannot be … … 9347 9325 The value of this attribute can be used to determine the kind of the 9348 9326 attachment that will take place when attaching this hard disk to a 9349 virtual machine. If the value is <tt>false</tt>then the hard disk will9350 be attached directly. If the value is <tt>true</tt>then the hard disk9327 virtual machine. If the value is @c false then the hard disk will 9328 be attached directly. If the value is @c true then the hard disk 9351 9329 will be attached indirectly by creating a new differencing child hard 9352 9330 disk for that. See the interface description for more information. … … 9396 9374 <note> 9397 9375 Reading this property on a base (non-differencing) hard disk will 9398 always <tt>false</tt>. Changing the value of this property in this9376 always @c false. Changing the value of this property in this 9399 9377 case is not supported. 9400 9378 </note> … … 9416 9394 be obtained with <link to="IHardDiskFormat::describeProperties"/>. 9417 9395 9418 Note that if this method returns a <tt>null</tt>@a value, the requested9396 Note that if this method returns a @c null @a value, the requested 9419 9397 property is supported but currently not assigned any value. 9420 9398 … … 9422 9400 Requested property does not exist (not supported by the format). 9423 9401 </result> 9424 <result name="E_INVALIDARG">@a name is NULLor empty.</result>9402 <result name="E_INVALIDARG">@a name is @c null or empty.</result> 9425 9403 </desc> 9426 9404 <param name="name" type="wstring" dir="in"> … … 9439 9417 be obtained with <link to="IHardDiskFormat::describeProperties"/>. 9440 9418 9441 Note that setting the property value to <tt>null</tt>is equivalent to9419 Note that setting the property value to @c null is equivalent to 9442 9420 deleting the existing value. A default value (if it is defined for this 9443 9421 property) will be used by the format backend in this case. … … 9446 9424 Requested property does not exist (not supported by the format). 9447 9425 </result> 9448 <result name="E_INVALIDARG">@a name is NULLor empty.</result>9426 <result name="E_INVALIDARG">@a name is @c null or empty.</result> 9449 9427 </desc> 9450 9428 <param name="name" type="wstring" dir="in"> … … 9462 9440 The names of the properties to get are specified using the @a names 9463 9441 argument which is a list of comma-separated property names or 9464 <tt>null</tt>if all properties are to be returned. Note that currently9442 @c null if all properties are to be returned. Note that currently 9465 9443 the value of this argument is ignored and the method always returns all 9466 9444 existing properties. … … 9476 9454 9477 9455 Note that for properties that do not have assigned values, 9478 <tt>null</tt>is returned at the appropriate index in the9456 @c null is returned at the appropriate index in the 9479 9457 @a returnValues array. 9480 9458 … … 9514 9492 be obtained with <link to="IHardDiskFormat::describeProperties"/>. 9515 9493 9516 Note that setting the property value to <tt>null</tt>is equivalent to9494 Note that setting the property value to @c null is equivalent to 9517 9495 deleting the existing value. A default value (if it is defined for this 9518 9496 property) will be used by the format backend in this case. … … 9737 9715 9738 9716 The @a parent argument defines which hard disk will be the parent 9739 of the clone. Passing a NULLreference indicates that the clone will9717 of the clone. Passing a @c null reference indicates that the clone will 9740 9718 be a base image, i.e. completely independent. It is possible to specify 9741 9719 an arbitrary hard disk for this parameter, including the parent of the … … 9940 9918 Identifier of this format. 9941 9919 9942 The format identifier is a non- null non-empty ASCII string. Note that9920 The format identifier is a non-@c null non-empty ASCII string. Note that 9943 9921 this string is case-insensitive. This means that, for example, all of 9944 9922 the following strings: … … 9998 9976 The returned arrays are filled in only if the 9999 9977 <link to="HardDiskFormatCapabilities_Properties"/> flag is set. 10000 All arguments must be non- NULL.9978 All arguments must be non-@c null. 10001 9979 10002 9980 <see>DataType</see> … … 10373 10351 <param name="x" type="long" dir="in"> 10374 10352 <desc> 10375 X coordinate of the pointer in pixels, starting from <tt>1</tt>.10353 X coordinate of the pointer in pixels, starting from @c 1. 10376 10354 </desc> 10377 10355 </param> 10378 10356 <param name="y" type="long" dir="in"> 10379 10357 <desc> 10380 Y coordinate of the pointer in pixels, starting from <tt>1</tt>.10358 Y coordinate of the pointer in pixels, starting from @c 1. 10381 10359 </desc> 10382 10360 </param> … … 10397 10375 <tr><td>Bit 2 (<tt>0x04</tt>)</td><td>middle mouse button</td></tr> 10398 10376 </table> 10399 A value of <tt>1</tt>means the corresponding button is pressed.10377 A value of @c 1 means the corresponding button is pressed. 10400 10378 otherwise it is released. 10401 10379 </desc> … … 10510 10488 visible until the affected portion of IFramebuffer is updated. The 10511 10489 overlay can be created lazily the first time it is requested. This 10512 attribute can also return NULLto signal that the overlay is not10490 attribute can also return @c null to signal that the overlay is not 10513 10491 implemented. 10514 10492 </desc> … … 10591 10569 free to choose which mode to use. To indicate that this frame buffer uses 10592 10570 the direct mode, the implementation of the <link to="#usesGuestVRAM"/> 10593 attribute must return <tt>true</tt>and <link to="#address"/> must10571 attribute must return @c true and <link to="#address"/> must 10594 10572 return exactly the same address that is passed in the @a VRAM parameter 10595 10573 of this method; otherwise it is assumed that the indirect strategy is … … 10674 10652 support a given video mode. In case it is not able to render 10675 10653 the video mode (or for some reason not willing), it should 10676 return false. Usually this method is called when the guest10654 return @c false. Usually this method is called when the guest 10677 10655 asks the VMM device whether a given video mode is supported 10678 10656 so the information returned is directly exposed to the guest. … … 10689 10667 Returns the visible region of this frame buffer. 10690 10668 10691 If the @a rectangles parameter is <tt>NULL</tt>then the value of the10669 If the @a rectangles parameter is @c null then the value of the 10692 10670 @a count parameter is ignored and the number of elements necessary to 10693 10671 describe the current visible region is returned in @a countCopied. 10694 10672 10695 If @a rectangles is not <tt>NULL</tt>but @a count is less10673 If @a rectangles is not @c null but @a count is less 10696 10674 than the required number of elements to store region data, the method 10697 10675 will report a failure. If @a count is equal or greater than the … … 10708 10686 </desc> 10709 10687 <param name="rectangles" type="octet" mod="ptr" dir="in"> 10710 <desc>Pointer to the <tt>RTRECT</tt>array to receive region data.</desc>10688 <desc>Pointer to the @c RTRECT array to receive region data.</desc> 10711 10689 </param> 10712 10690 <param name="count" type="unsigned long" dir="in"> 10713 <desc>Number of <tt>RTRECT</tt>elements in the @a rectangles array.</desc>10691 <desc>Number of @c RTRECT elements in the @a rectangles array.</desc> 10714 10692 </param> 10715 10693 <param name="countCopied" type="unsigned long" dir="return"> … … 10740 10718 </desc> 10741 10719 <param name="rectangles" type="octet" mod="ptr" dir="in"> 10742 <desc>Pointer to the <tt>RTRECT</tt>array.</desc>10720 <desc>Pointer to the @c RTRECT array.</desc> 10743 10721 </param> 10744 10722 <param name="count" type="unsigned long" dir="in"> 10745 <desc>Number of <tt>RTRECT</tt>elements in the @a rectangles array.</desc>10723 <desc>Number of @c RTRECT elements in the @a rectangles array.</desc> 10746 10724 </param> 10747 10725 </method> … … 10870 10848 after a timeout retry. 10871 10849 10872 Specifying <tt>0</tt>for either @a width, @a height or @a bitsPerPixel10850 Specifying @c 0 for either @a width, @a height or @a bitsPerPixel 10873 10851 parameters means that the corresponding values should be taken from the 10874 10852 current video mode (i.e. left unchanged). … … 10876 10854 If the guest OS supports multi-monitor configuration then the @a display 10877 10855 parameter specifies the number of the guest display to send the hint to: 10878 <tt>0</tt> is the primary display, <tt>1</tt>is the first secondary and10856 @c 0 is the primary display, @c 1 is the first secondary and 10879 10857 so on. If the multi-monitor configuration is not supported, @a display 10880 must be <tt>0</tt>.10858 must be @c 0. 10881 10859 10882 10860 <result name="E_INVALIDARG"> … … 10897 10875 <note> 10898 10876 Calling this method has no effect if <link 10899 to="IGuest::supportsSeamless"/> returns <tt>false</tt>.10877 to="IGuest::supportsSeamless"/> returns @c false. 10900 10878 </note> 10901 10879 </desc> … … 11120 11098 <desc> 11121 11099 Ethernet MAC address of the adapter, 12 hexadecimal characters. When setting 11122 it to NULL, VirtualBox will generate a unique MAC address.11100 it to @c null, VirtualBox will generate a unique MAC address. 11123 11101 </desc> 11124 11102 </attribute> … … 11557 11535 <desc> 11558 11536 Creates a new USB device filter. All attributes except 11559 the filter name are set to <tt>null</tt>(any match),11560 <i>active</i> is <tt>false</tt>(the filter is not active).11537 the filter name are set to @c null (any match), 11538 <i>active</i> is @c false (the filter is not active). 11561 11539 11562 11540 The created filter can then be added to the list of filters using … … 11795 11773 </li> 11796 11774 <li><i>Any match</i>. Any value of the corresponding device attribute 11797 will match the given filter. An empty or <tt>null</tt>string is11775 will match the given filter. An empty or @c null string is 11798 11776 used to construct this type of filtering expressions. 11799 11777 … … 11816 11794 Visible name for this filter. 11817 11795 This name is used to visually distinguish one filter from another, 11818 so it can neither be <tt>null</tt>nor an empty string.11796 so it can neither be @c null nor an empty string. 11819 11797 </desc> 11820 11798 </attribute> … … 12300 12278 Accessibility checks are performed each time the <link to="#accessible"/> 12301 12279 attribute is read. A @c null string is returned if the last 12302 accessibility check was successful. A non- null string indicates a12280 accessibility check was successful. A non-@c null string indicates a 12303 12281 failure and should normally describe a reason of the failure (for 12304 12282 example, a file read error). … … 12344 12322 Assigns the machine object associated with this direct-type 12345 12323 session or informs the session that it will be a remote one 12346 (if @a machine == NULL).12324 (if @a machine == @c null). 12347 12325 12348 12326 <result name="VBOX_E_INVALID_VM_STATE"> … … 12826 12804 </desc> 12827 12805 <const name="Null" value="0"> 12828 <desc> <tt>null</tt>value. Never used by the API.</desc>12806 <desc>@c null value. Never used by the API.</desc> 12829 12807 </const> 12830 12808 <const name="IDE" value="1"/> … … 12842 12820 12843 12821 <const name="Null" value="0"> 12844 <desc> <tt>null</tt>value. Never used by the API.</desc>12822 <desc>@c null value. Never used by the API.</desc> 12845 12823 </const> 12846 12824 <const name="LsiLogic" value="1"/>
Note:
See TracChangeset
for help on using the changeset viewer.