Home
last modified time | relevance | path

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

/reactos/base/applications/network/ipconfig/
H A Dipconfig.c232 LPSTR PostPath = "\\Connection"; in GetAdapterFriendlyName() local
238 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() local
281 PathSize = wcslen(PrePath) + wcslen(lpDeviceName) - dwPrefixLength + wcslen(PostPath) + 1; in GetInterfaceFriendlyName()
285 swprintf(Path, L"%s%s%s", PrePath, &lpDeviceName[dwPrefixLength], PostPath); in GetInterfaceFriendlyName()