On 04.04.2015 17:22, Qian Hong wrote:
(*Names)[i].Name.Buffer = NULL;
(*Names)[i].Name.Length = 0;
(*Names)[i].Name.MaximumLength = 0;
Maybe it's better to hide this in RtlInitUnicodeStringEx(..., NULL) ?
Hi Nikolay,
On Sun, Apr 5, 2015 at 2:36 AM, Nikolay Sivov bunglehead@gmail.com wrote:
Maybe it's better to hide this in RtlInitUnicodeStringEx(..., NULL) ?
Good idea, thanks for suggestion ;-)