Changeset 5276 for trunk/include/VBox/VRDPAuth.h
- Timestamp:
- 10/12/07 20:44:45 (1 year ago)
- Files:
-
- trunk/include/VBox/VRDPAuth.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

