VirtualBox

Changeset 62858 in vbox


Ignore:
Timestamp:
Aug 2, 2016 12:27:24 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109454
Message:

doxygen fix

File:
1 edited

Legend:

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

    r62784 r62858  
    8383 * @param  pUuid            Pointer to the UUID of the accessed virtual machine. Can be NULL.
    8484 * @param  guestJudgement   Result of the guest authentication.
    85  * @param  szUser           User name passed in by the client (UTF8).
    86  * @param  szPassword       Password passed in by the client (UTF8).
    87  * @param  szDomain         Domain passed in by the client (UTF8).
     85 * @param  pszUser          User name passed in by the client (UTF8).
     86 * @param  pszPassword      Password passed in by the client (UTF8).
     87 * @param  pszDomain        Domain passed in by the client (UTF8).
    8888 *
    8989 * Return code:
     
    9999typedef AuthResult AUTHCALL FNAUTHENTRY(PAUTHUUID pUuid,
    100100                                        AuthGuestJudgement guestJudgement,
    101                                         const char *szUser,
    102                                         const char *szPassword,
    103                                         const char *szDomain);
     101                                        const char *pszUser,
     102                                        const char *pszPassword,
     103                                        const char *pszDomain);
    104104/** Pointer to a FNAUTHENTRY function. */
    105105typedef FNAUTHENTRY *PFNAUTHENTRY;
     
    116116 * @param  pUuid            Pointer to the UUID of the accessed virtual machine. Can be NULL.
    117117 * @param  guestJudgement   Result of the guest authentication.
    118  * @param  szUser           User name passed in by the client (UTF8).
    119  * @param  szPassword       Password passed in by the client (UTF8).
    120  * @param  szDomain         Domain passed in by the client (UTF8).
     118 * @param  pszUser          User name passed in by the client (UTF8).
     119 * @param  pszPassword      Password passed in by the client (UTF8).
     120 * @param  pszDomain        Domain passed in by the client (UTF8).
    121121 * @param  fLogon           Boolean flag. Indicates whether the entry point is
    122122 *                          called for a client logon or the client disconnect.
     
    135135typedef AuthResult AUTHCALL FNAUTHENTRY2(PAUTHUUID pUuid,
    136136                                         AuthGuestJudgement guestJudgement,
    137                                          const char *szUser,
    138                                          const char *szPassword,
    139                                          const char *szDomain,
     137                                         const char *pszUser,
     138                                         const char *pszPassword,
     139                                         const char *pszDomain,
    140140                                         int fLogon,
    141141                                         unsigned clientId);
     
    152152 * Authentication library entry point version 3.
    153153 *
    154  * @param  szCaller         The name of the component which calls the library (UTF8).
     154 * @param  pszCaller        The name of the component which calls the library (UTF8).
    155155 * @param  pUuid            Pointer to the UUID of the accessed virtual machine. Can be NULL.
    156156 * @param  guestJudgement   Result of the guest authentication.
    157  * @param  szUser           User name passed in by the client (UTF8).
    158  * @param  szPassword       Password passed in by the client (UTF8).
    159  * @param  szDomain         Domain passed in by the client (UTF8).
     157 * @param  pszUser          User name passed in by the client (UTF8).
     158 * @param  pszPassword      Password passed in by the client (UTF8).
     159 * @param  pszDomain        Domain passed in by the client (UTF8).
    160160 * @param  fLogon           Boolean flag. Indicates whether the entry point is
    161161 *                          called for a client logon or the client disconnect.
     
    174174 *       valid and the return code is ignored.
    175175 */
    176 typedef AuthResult AUTHCALL FNAUTHENTRY3(const char *szCaller,
     176typedef AuthResult AUTHCALL FNAUTHENTRY3(const char *pszCaller,
    177177                                         PAUTHUUID pUuid,
    178178                                         AuthGuestJudgement guestJudgement,
    179                                          const char *szUser,
    180                                          const char *szPassword,
    181                                          const char *szDomain,
     179                                         const char *pszUser,
     180                                         const char *pszPassword,
     181                                         const char *pszDomain,
    182182                                         int fLogon,
    183183                                         unsigned clientId);
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