123456789
DWORD dwChars; LPSTR lpChar[2]; //one char+zero std::string str; ReadFile(hFile, //some file lpChar, 1, &dwChars, NULL); str += lpChar;