Changeset 35201 in vbox for trunk/include/VBox
- Timestamp:
- Dec 16, 2010 5:26:23 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69040
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxAuth.h
r34563 r35201 163 163 * Return code: 164 164 * 165 * Auth AccessDenied Client access has been denied.166 * Auth AccessGranted Client has the right to use the167 * virtual machine.168 * Auth DelegateToGuest Guest operating system must169 * authenticate the client and the170 * library must be called again with171 * the result of the guest172 * authentication.165 * AuthResultAccessDenied Client access has been denied. 166 * AuthResultAccessGranted Client has the right to use the 167 * virtual machine. 168 * AuthResultDelegateToGuest Guest operating system must 169 * authenticate the client and the 170 * library must be called again with 171 * the result of the guest 172 * authentication. 173 173 * 174 174 * Note: When 'fLogon' is 0, only pszCaller, pUuid and clientId are valid and the return
Note:
See TracChangeset
for help on using the changeset viewer.