Changeset 2528 in vbox for trunk/include
- Timestamp:
- May 7, 2007 4:26:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VRDPAuth.h
r2527 r2528 104 104 * fLogon Boolean flag. Indicates whether the entry point is called 105 105 * for a client logon or the client disconnect. 106 * u32ClientIdServer side unique identifier of the client.106 * clientId Server side unique identifier of the client. 107 107 * 108 108 * Return code: … … 117 117 * authentication. 118 118 * 119 * Note: When 'fLogon' is false, only pUuid and u32ClientId are valid and the return119 * Note: When 'fLogon' is false, only pUuid and clientId are valid and the return 120 120 * code is ignored. 121 121 */ … … 126 126 const char *szDomain, 127 127 bool fLogon, 128 u int32_t u32ClientId);128 unsigned clientId); 129 129 130 130
Note:
See TracChangeset
for help on using the changeset viewer.