VirtualBox

Changeset 40211 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 22, 2012 2:25:36 PM (13 years ago)
Author:
vboxsync
Message:

VbglR3: Added functions for auto-logon facility reporting + remote session detection (Windows only atm), added function for UTF16 credentials retrieval.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r39454 r40211  
    44
    55/*
    6  * Copyright (C) 2006-2010 Oracle Corporation
     6 * Copyright (C) 2006-2012 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    588588# endif /* VBOX_WITH_GUEST_CONTROL defined */
    589589
     590/** @name Auto-logon handling
     591 * @{ */
     592VBGLR3DECL(int)     VbglR3AutoLogonReportStatus(VBoxGuestFacilityStatus enmStatus);
     593VBGLR3DECL(bool)    VbglR3AutoLogonIsRemoteSession(void);
     594/** @}  */
     595
    590596/** @name User credentials handling
    591597 * @{ */
    592598VBGLR3DECL(int)     VbglR3CredentialsQueryAvailability(void);
    593599VBGLR3DECL(int)     VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain);
     600VBGLR3DECL(int)     VbglR3CredentialsRetrieveUtf16(PRTUTF16 *ppwszUser, PRTUTF16 *ppwszPassword, PRTUTF16 *ppwszDomain);
    594601VBGLR3DECL(void)    VbglR3CredentialsDestroy(char *pszUser, char *pszPassword, char *pszDomain, uint32_t cPasses);
     602VBGLR3DECL(void)    VbglR3CredentialsDestroyUtf16(PRTUTF16 pwszUser, PRTUTF16 pwszPassword, PRTUTF16 pwszDomain,
     603                                                  uint32_t cPasses);
    595604/** @}  */
    596605
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette