- Timestamp:
- Jun 21, 2022 2:50:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r94848 r95330 6333 6333 6334 6334 parm[0].type = VBOX_HGCM_SVC_PARM_PTR; 6335 parm[0].u.pointer.addr = (void *)aName.c_str();6335 parm[0].u.pointer.addr = (void *)aName.c_str(); 6336 6336 parm[0].u.pointer.size = (uint32_t)aName.length() + 1; /* The + 1 is the null terminator */ 6337 6337
Note:
See TracChangeset
for help on using the changeset viewer.