// 将WORD类型文件名(即UNICODE编码方式),转化为ANSI编码输出 WideCharToMultiByte(CP_ACP, 0, buff->wFileName, 512, t, 512, NULL, FALSE);