Changeset 10862 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
- Timestamp:
- Jul 24, 2008 5:16:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r10861 r10862 176 176 177 177 /** 178 * Write a property value where the value is in RTStrPrintfV fashion.178 * Write a property value where the value is formatted in RTStrPrintfV fashion. 179 179 * 180 180 * @returns The same as VbglR3GuestPropWriteValue with the addition of VERR_NO_STR_MEMORY. … … 202 202 203 203 /** 204 * Write a property value where the value is in RTStrPrintf fashion.204 * Write a property value where the value is formatted in RTStrPrintf fashion. 205 205 * 206 206 * @returns The same as VbglR3GuestPropWriteValue with the addition of VERR_NO_STR_MEMORY.
Note:
See TracChangeset
for help on using the changeset viewer.