Changeset 2527 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 7, 2007 4:19:14 PM (18 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r2463 r2527 405 405 406 406 #ifdef VRDP_MC 407 int m_cAudioRefs; 407 int mcAudioRefs; 408 volatile uint32_t mcVRDPClients; 408 409 409 410 static DECLCALLBACK(int) vrdp_ClientLogon (void *pvUser, uint32_t u32ClientId, const char *pszUser, const char *pszPassword, const char *pszDomain); -
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r2522 r2527 45 45 46 46 VRDPAuthResult Authenticate (const Guid &uuid, VRDPAuthGuestJudgement guestJudgement, 47 const char *pszUser, const char *pszPassword, const char *pszDomain); 47 const char *pszUser, const char *pszPassword, const char *pszDomain, 48 uint32_t u32ClientId); 49 50 void AuthDisconnect (const Guid &uuid, uint32_t u32ClientId); 48 51 49 52 #ifdef VRDP_MC … … 169 172 170 173 /* External authentication library handle. The library is loaded in the 171 * Authenticate 174 * Authenticate method and unloaded at the object destructor. 172 175 */ 173 176 RTLDRMOD mAuthLibrary; 174 177 PVRDPAUTHENTRY mpfnAuthEntry; 178 PVRDPAUTHENTRY2 mpfnAuthEntry2; 175 179 }; 176 180
Note:
See TracChangeset
for help on using the changeset viewer.