TCHAR pszSrc[8]; ::ZeroMemory(pszSrc, sizeof(pszSrc));
TCHAR pszSrc[8]; BYTE byte = 0xff; ::FillMemory(pszSrc, sizeof(pszSrc), byte);
下から選んでください: