Home
last modified time | relevance | path

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

/reactos/dll/win32/iphlpapi/
H A Dresinfo_reactos.c42 IN LPCWSTR NameServerKey, in QueryNameServer() argument
51 Status = RegQueryValueExW(hInterface, NameServerKey, NULL, &dwType, NULL, &dwLength); in QueryNameServer()
73 …Status = RegQueryValueExW(hInterface, NameServerKey, NULL, &dwType, (LPBYTE)NameServer, &dwLength); in QueryNameServer()