Changeset 22526 in vbox for trunk/src/VBox/VMM/CFGMInternal.h
- Timestamp:
- Aug 27, 2009 1:52:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CFGMInternal.h
r14070 r22526 49 49 { 50 50 /** Length of string. (In bytes, including the terminator.) */ 51 size_t c ch;51 size_t cb; 52 52 /** Pointer to the string. */ 53 53 char *psz;
Note:
See TracChangeset
for help on using the changeset viewer.