- Timestamp:
- Jun 30, 2009 10:01:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r21026 r21061 2535 2535 server's variable. If the value of the environment variable is 2536 2536 omitted, this variable will be removed from the resulting environment. 2537 If the environment string is @c null or emp rty, the server environment2537 If the environment string is @c null or empty, the server environment 2538 2538 is inherited by the started process as is. 2539 2539 … … 2577 2577 <param name="environment" type="wstring" dir="in"> 2578 2578 <desc> 2579 Environment to pass to the opened session (may be @c null).2579 Environment to pass to the opened session. 2580 2580 </desc> 2581 2581 </param> … … 7708 7708 The hard disk format set by this attribute is used by VirtualBox 7709 7709 when the hard disk format was not specified explicitly. One example is 7710 <link to="IVirtualBox::createHardDisk"/> with the @c null7710 <link to="IVirtualBox::createHardDisk"/> with the empty 7711 7711 format argument. A more complex example is implicit creation of 7712 7712 differencing hard disks when taking a snapshot of a virtual machine: … … 8348 8348 <link to="#machine"/> object associated with this snapshot 8349 8349 will point to the saved state file. Otherwise, it will be 8350 @c null.8350 an empty string. 8351 8351 </note> 8352 8352 </desc> … … 8525 8525 created for the first time), all known media are in the 8526 8526 <link to="MediaState_Inaccessible"/> state but the value of the <link 8527 to="#lastAccessError"/> attribute is @c nullbecause no actual8527 to="#lastAccessError"/> attribute is an empty string because no actual 8528 8528 accessibility check is made on startup. This is done to make the 8529 8529 VirtualBox object ready for serving requests as … … 8583 8583 medium is <link to="MediaState_LockedRead"/> or 8584 8584 <link to="MediaState_LockedWrite"/> then it remains the same, and a 8585 non- @c nullvalue of <link to="#lastAccessError"/> will indicate a failed8585 non-empty value of <link to="#lastAccessError"/> will indicate a failed 8586 8586 accessibility check in this case. 8587 8587
Note:
See TracChangeset
for help on using the changeset viewer.