VirtualBox

Changeset 99739 in vbox for trunk/src/VBox/HostServices/auth


Ignore:
Timestamp:
May 11, 2023 1:01:08 AM (21 months ago)
Author:
vboxsync
Message:

*: doxygen corrections (mostly about removing @returns from functions returning void).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/auth/winlogon/winlogon.cpp

    r98103 r99739  
    108108
    109109/* Prototype it to make sure we've got the right prototype. */
    110 extern "C"
    111110#if defined(_MSC_VER)
    112 __declspec(dllexport)
     111extern "C" __declspec(dllexport) FNAUTHENTRY3 AuthEntry;
     112#else
     113extern "C" FNAUTHENTRY3 AuthEntry;
    113114#endif
    114 FNAUTHENTRY3 AuthEntry;
    115115
    116116/**
    117117 * @callback_method_impl{FNAUTHENTRY3}
    118118 */
    119 extern "C"
    120 AuthResult AUTHCALL AuthEntry(const char *pszCaller,
    121                               PAUTHUUID pUuid,
    122                               AuthGuestJudgement guestJudgement,
    123                               const char *pszUser,
    124                               const char *pszPassword,
    125                               const char *pszDomain,
    126                               int fLogon,
    127                               unsigned clientId)
     119extern "C" DECLEXPORT(AuthResult) AUTHCALL
     120AuthEntry(const char *pszCaller,
     121          PAUTHUUID pUuid,
     122          AuthGuestJudgement guestJudgement,
     123          const char *pszUser,
     124          const char *pszPassword,
     125          const char *pszDomain,
     126          int fLogon,
     127          unsigned clientId)
    128128{
    129129    RT_NOREF4(pszCaller, pUuid, guestJudgement, clientId);
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