[ros-dev] [ros-diffs] [tthompson] 74970: [NTFS] - Add the most basic support for file creation. Expand diagnostic output, especially in NtfsDumpIndexRootAttribute(). Replace an ExFreePool() with ExFreePoolWithTag(). Add...

Thomas Faber thomas.faber at reactos.org
Mon Jun 12 18:59:32 UTC 2017


On 2017-06-09 05:14, tthompson at svn.reactos.org wrote:
> +    RtlZeroMemory(&FilenameNoPath, sizeof(UNICODE_STRING));
> +    FilenameNoPath.Buffer = Buffer;
> +    FilenameNoPath.MaximumLength = MAX_PATH;
> +

RtlInitEmptyUnicodeString does this for you


On 2017-06-09 05:14, tthompson at svn.reactos.org wrote:
> +    FileNameAttribute->NameLength = FilenameNoPath.Length / 2;

sizeof(WCHAR)?



More information about the Ros-dev mailing list