Changeset 47295 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 22, 2013 12:10:57 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47258 r47295 9473 9473 <const name="LoggedIn" value="1"> 9474 9474 <desc>A guest user has been successfully logged into 9475 the guest OS.</desc> 9475 the guest OS. 9476 <note>This property is not implemented yet!</note> 9477 </desc> 9476 9478 </const> 9477 9479 <const name="LoggedOut" value="2"> 9478 9480 <desc>A guest user has been successfully logged out 9479 of the guest OS.</desc> 9481 of the guest OS. 9482 <note>This property is not implemented yet!</note> 9483 </desc> 9480 9484 </const> 9481 9485 <const name="Locked" value="3"> 9482 9486 <desc>A guest user has locked its account. This might 9483 9487 include running a password-protected screensaver 9484 on the guest.</desc> 9488 on the guest. 9489 <note>This property is not implemented yet!</note> 9490 </desc> 9485 9491 </const> 9486 9492 <const name="Unlocked" value="4"> 9487 <desc>A guest user has unlocked its account.</desc> 9493 <desc>A guest user has unlocked its account. 9494 <note>This property is not implemented yet!</note> 9495 </desc> 9488 9496 </const> 9489 9497 <const name="Disabled" value="5"> 9490 <desc>A guest user has been disabled by the guest OS.</desc> 9498 <desc>A guest user has been disabled by the guest OS. 9499 <note>This property is not implemented yet!</note> 9500 </desc> 9491 9501 </const> 9492 9502 <const name="Idle" value="6"> 9493 <desc>A guest user currently is not using the guest 9494 OS.</desc> 9503 <desc> 9504 A guest user currently is not using the guest OS. 9505 <note>Currently only available for Windows guests since 9506 Windows 2000 SP2.</note> 9507 <note>On Windows guests this function currently only supports 9508 reporting contiguous idle times up to 49.7 days per user.</note> 9509 </desc> 9495 9510 </const> 9496 9511 <const name="InUse" value="7"> 9497 <desc>A guest user continued using the guest OS.</desc> 9512 <desc>A guest user continued using the guest OS after 9513 being idle.</desc> 9498 9514 </const> 9499 9515 <const name="Created" value="8"> 9500 <desc>A guest user has been successfully created.</desc> 9516 <desc>A guest user has been successfully created. 9517 <note>This property is not implemented yet!</note> 9518 </desc> 9501 9519 </const> 9502 9520 <const name="Deleted" value="9"> 9503 <desc>A guest user has been successfully deleted.</desc> 9521 <desc>A guest user has been successfully deleted. 9522 <note>This property is not implemented yet!</note> 9523 </desc> 9504 9524 </const> 9505 9525 <const name="SessionChanged" value="10"> 9506 <desc>To guest OS has changed the session of a user.</desc> 9526 <desc>To guest OS has changed the session of a user. 9527 <note>This property is not implemented yet!</note> 9528 </desc> 9507 9529 </const> 9508 9530 <const name="CredentialsChanged" value="11"> 9509 9531 <desc>To guest OS has changed the authentication 9510 9532 credentials of a user. This might include changed passwords 9511 and authentication types.</desc> 9533 and authentication types. 9534 <note>This property is not implemented yet!</note> 9535 </desc> 9512 9536 </const> 9513 9537 <const name="RoleChanged" value="12"> 9514 9538 <desc>To guest OS has changed the role of a user permanently, 9515 e.g. granting / denying administrative rights.</desc> 9539 e.g. granting / denying administrative rights. 9540 <note>This property is not implemented yet!</note> 9541 </desc> 9516 9542 </const> 9517 9543 <const name="GroupAdded" value="13"> 9518 9544 <desc>To guest OS has added a user to a specific 9519 user group.</desc> 9545 user group. 9546 <note>This property is not implemented yet!</note> 9547 </desc> 9520 9548 </const> 9521 9549 <const name="GroupRemoved" value="14"> 9522 9550 <desc>To guest OS has removed a user from a specific 9523 user group.</desc> 9551 user group. 9552 <note>This property is not implemented yet!</note> 9553 </desc> 9524 9554 </const> 9525 9555 <const name="Elevated" value="15"> 9526 9556 <desc>To guest OS temporarily has elevated a user 9527 to perform a certain task.</desc> 9557 to perform a certain task. 9558 <note>This property is not implemented yet!</note> 9559 </desc> 9528 9560 </const> 9529 9561 </enum> … … 21381 21413 <attribute name="state" type="GuestUserState" readonly="yes"> 21382 21414 <desc> 21383 What was changed for this guest user. 21415 What was changed for this guest user. See <link to="GuestUserState"/> for 21416 more information. 21384 21417 </desc> 21385 21418 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.