Changeset 102608 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Dec 15, 2023 11:06:48 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Global.h
r102601 r102608 231 231 * 232 232 * @returns Pointer to a read only string. 233 * @param a StatusThe process wait result.233 * @param aWaitResult The process wait result. 234 234 */ 235 235 static const char *stringifyProcessWaitResult(ProcessWaitResult_T aWaitResult); … … 253 253 * 254 254 * @returns Pointer to a read only string. 255 * @param a StatusThe filesystem object type.255 * @param aType The filesystem object type. 256 256 */ 257 257 static const char *stringifyFsObjType(FsObjType_T aType);
Note:
See TracChangeset
for help on using the changeset viewer.