Changeset 5276 in vbox
- Timestamp:
- Oct 12, 2007 6:44:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VRDPAuth.h
r4071 r5276 113 113 * authentication. 114 114 * 115 * Note: When 'fLogon' is false, only pUuid and clientId are valid and the return115 * Note: When 'fLogon' is 0, only pUuid and clientId are valid and the return 116 116 * code is ignored. 117 117 */ … … 121 121 const char *szPassword, 122 122 const char *szDomain, 123 boolfLogon,123 int fLogon, 124 124 unsigned clientId); 125 125
Note:
See TracChangeset
for help on using the changeset viewer.