VirtualBox

Changeset 2528 in vbox for trunk/include


Ignore:
Timestamp:
May 7, 2007 4:26:27 PM (18 years ago)
Author:
vboxsync
Message:

A new external authentication prototype for multiconnection, use standard type.

File:
1 edited

Legend:

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

    r2527 r2528  
    104104 *   fLogon           Boolean flag. Indicates whether the entry point is called
    105105 *                    for a client logon or the client disconnect.
    106  *   u32ClientId      Server side unique identifier of the client.
     106 *   clientId         Server side unique identifier of the client.
    107107 *
    108108 * Return code:
     
    117117 *                           authentication.
    118118 *
    119  * Note: When 'fLogon' is false, only pUuid and u32ClientId are valid and the return
     119 * Note: When 'fLogon' is false, only pUuid and clientId are valid and the return
    120120 *       code is ignored.
    121121 */
     
    126126                                                   const char *szDomain,
    127127                                                   bool fLogon,
    128                                                    uint32_t u32ClientId);
     128                                                   unsigned clientId);
    129129
    130130
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