Searched refs:PostPath (Results 1 – 1 of 1) sorted by relevance
232 LPSTR PostPath = "\\Connection"; in GetAdapterFriendlyName() local238 PathSize = strlen(PrePath) + strlen(lpClass) + strlen(PostPath) + 1; in GetAdapterFriendlyName()242 sprintf(Path, "%s%s%s", PrePath, lpClass, PostPath); in GetAdapterFriendlyName()272 LPWSTR PostPath = L"\\Connection"; in GetInterfaceFriendlyName() local281 PathSize = wcslen(PrePath) + wcslen(lpDeviceName) - dwPrefixLength + wcslen(PostPath) + 1; in GetInterfaceFriendlyName()285 swprintf(Path, L"%s%s%s", PrePath, &lpDeviceName[dwPrefixLength], PostPath); in GetInterfaceFriendlyName()