Changeset 23315 in vbox for trunk/include/VBox
- Timestamp:
- Sep 25, 2009 1:40:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hgcmsvc.h
r21669 r23315 202 202 int rc = getBuffer((void **)&pch, &cb); 203 203 if (RT_FAILURE(rc)) 204 { 205 *ppch = NULL; 206 *pcb = 0; 204 207 return rc; 208 } 205 209 rc = RTStrValidateEncodingEx(pch, cb, 206 210 RTSTR_VALIDATE_ENCODING_ZERO_TERMINATED);
Note:
See TracChangeset
for help on using the changeset viewer.