Searched refs:ExeNameBuf (Results 1 – 1 of 1) sorted by relevance
148 PBYTE ExeNameBuf; in PrintAllMacros() local152 ExeNameBuf = HeapAlloc(GetProcessHeap(), in PrintAllMacros()155 if (!ExeNameBuf) return; in PrintAllMacros()156 ExeName = (WCHAR *)ExeNameBuf; in PrintAllMacros()157 ExeNameEnd = (WCHAR *)&ExeNameBuf[Length]; in PrintAllMacros()169 HeapFree(GetProcessHeap(), 0, ExeNameBuf); in PrintAllMacros()