Searched refs:cchFileName (Results 1 – 1 of 1) sorted by relevance
2464 SIZE_T cchFileName; in OpenUserEventLogFile() local2501 cchFileName = wcslen(lpszFileName) + 1; in OpenUserEventLogFile()2502 EventLog->FileName = HeapAlloc(GetProcessHeap(), 0, cchFileName * sizeof(WCHAR)); in OpenUserEventLogFile()2504 StringCchCopyW(EventLog->FileName, cchFileName, lpszFileName); in OpenUserEventLogFile()