VirtualBox

Changeset 24259 in vbox


Ignore:
Timestamp:
Nov 2, 2009 2:46:15 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54229
Message:

VbglR3: Added credential handling functions.

Location:
trunk
Files:
1 added
2 edited

Legend:

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

    r23916 r24259  
    494494# endif /* VBOX_WITH_GUEST_PROPS defined */
    495495
     496/** @name User credentials handling
     497 * @{ */
     498VBGLR3DECL(bool)    VbglR3CredentialsAvailable(void);
     499VBGLR3DECL(int)     VbglR3CredentialsRetrieve(char **ppszUser, char **ppszPassword, char **ppszDomain);
     500/** @}  */
     501
    496502#endif /* IN_RING3 */
    497503/** @} */
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r23866 r24259  
    8484        VBoxGuestR3Lib.cpp \
    8585        VBoxGuestR3LibClipboard.cpp \
     86        VBoxGuestR3LibCredentials.cpp \
    8687        VBoxGuestR3LibDaemonize.cpp \
    8788        VBoxGuestR3LibGR.cpp \
     
    9798 VBoxGuestR3Lib_SOURCES   = \
    9899        VBoxGuestR3Lib.cpp \
     100        VBoxGuestR3LibCredentials.cpp \
    99101        VBoxGuestR3LibGR.cpp \
    100102        $(if $(VBOX_WITH_GUEST_PROPS), \
Note: See TracChangeset for help on using the changeset viewer.

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