Changeset 99828 in vbox for trunk/src/VBox/Runtime/r3/nt
- Timestamp:
- May 17, 2023 1:48:57 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157464
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp
r98103 r99828 118 118 /** @todo query the whole path as it is possible relative. Use the buffer for 119 119 * temporary name storage. */ 120 pNtParent->Buffer = L".";120 pNtParent->Buffer = (PWCH)L"."; 121 121 pNtParent->Length = 1 * sizeof(RTUTF16); 122 122 pNtParent->MaximumLength = 2 * sizeof(RTUTF16);
Note:
See TracChangeset
for help on using the changeset viewer.