Searched refs:lpCanonName (Results 1 – 1 of 1) sorted by relevance
644 wchar_t **lpCanonName) in ScmCanonDriverImagePath() argument660 *lpCanonName = HeapAlloc(GetProcessHeap(), in ScmCanonDriverImagePath()664 if (*lpCanonName == NULL) in ScmCanonDriverImagePath()675 wcscpy(*lpCanonName, SourceName); in ScmCanonDriverImagePath()690 if (*lpCanonName == NULL) in ScmCanonDriverImagePath()700 wcscat(*lpCanonName, lpServiceName + 13); in ScmCanonDriverImagePath()713 if (*lpCanonName == NULL) in ScmCanonDriverImagePath()720 wcscpy(*lpCanonName, lpServiceName); in ScmCanonDriverImagePath()732 *lpCanonName = HeapAlloc(GetProcessHeap(), in ScmCanonDriverImagePath()736 if (*lpCanonName == NULL) in ScmCanonDriverImagePath()[all …]