Home
last modified time | relevance | path

Searched refs:cchFileName (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/mscutils/eventvwr/
H A Deventvwr.c2464 SIZE_T cchFileName; in OpenUserEventLogFile() local
2501 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()