printf( "%.*S", pfni->Name.Length/2, &pfni->Name.Buffer );怎么把&pfni->Name.Buffer 转成一个字符串,宽的字符串也可以
printf( "%S", pfni->Name.Buffer );