Changeset 40211 in vbox for trunk/include/VBox
- Timestamp:
- Feb 22, 2012 2:25:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r39454 r40211 4 4 5 5 /* 6 * Copyright (C) 2006-201 0Oracle Corporation6 * Copyright (C) 2006-2012 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 588 588 # endif /* VBOX_WITH_GUEST_CONTROL defined */ 589 589 590 /** @name Auto-logon handling 591 * @{ */ 592 VBGLR3DECL(int) VbglR3AutoLogonReportStatus(VBoxGuestFacilityStatus enmStatus); 593 VBGLR3DECL(bool) VbglR3AutoLogonIsRemoteSession(void); 594 /** @} */ 595 590 596 /** @name User credentials handling 591 597 * @{ */ 592 598 VBGLR3DECL(int) VbglR3CredentialsQueryAvailability(void); 593 599 VBGLR3DECL(int) VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain); 600 VBGLR3DECL(int) VbglR3CredentialsRetrieveUtf16(PRTUTF16 *ppwszUser, PRTUTF16 *ppwszPassword, PRTUTF16 *ppwszDomain); 594 601 VBGLR3DECL(void) VbglR3CredentialsDestroy(char *pszUser, char *pszPassword, char *pszDomain, uint32_t cPasses); 602 VBGLR3DECL(void) VbglR3CredentialsDestroyUtf16(PRTUTF16 pwszUser, PRTUTF16 pwszPassword, PRTUTF16 pwszDomain, 603 uint32_t cPasses); 595 604 /** @} */ 596 605
Note:
See TracChangeset
for help on using the changeset viewer.