|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | _NAME_SERVER_LIST_PRIVATE |
Typedefs | |
| typedef struct _NAME_SERVER_LIST_PRIVATE | NAME_SERVER_LIST_PRIVATE |
| typedef struct _NAME_SERVER_LIST_PRIVATE * | PNAME_SERVER_LIST_PRIVATE |
| typedef VOID(* | ENUM_INTERFACE_CALLBACK) (HKEY ChildKeyHandle, LPWSTR ChildKeyName, PVOID CallbackContext) |
| typedef VOID(* ENUM_INTERFACE_CALLBACK) (HKEY ChildKeyHandle, LPWSTR ChildKeyName, PVOID CallbackContext) |
Definition at line 34 of file resinfo_reactos.c.
| VOID CountNameServerCallback | ( | IN LPWSTR | InterfaceName, |
| IN LPWSTR | Server, | ||
| IN PVOID | CallbackContext | ||
| ) |
Definition at line 242 of file resinfo_reactos.c.
Referenced by CountServerCallbackTrampoline().
| LSTATUS CountNameServers | ( | IN PNAME_SERVER_LIST_PRIVATE | PrivateData | ) |
Definition at line 264 of file resinfo_reactos.c.
Referenced by getResInfo().
| VOID CountServerCallbackTrampoline | ( | HKEY | ChildKeyHandle, |
| LPWSTR | ChildKeyName, | ||
| PVOID | CallbackContext | ||
| ) |
Definition at line 255 of file resinfo_reactos.c.
Referenced by CountNameServers().
| VOID CreateNameServerListCallback | ( | IN LPWSTR | InterfaceName, |
| IN LPWSTR | Server, | ||
| IN PVOID | CallbackContext | ||
| ) |
Definition at line 271 of file resinfo_reactos.c.
Referenced by CreateNameServerListCallbackTrampoline().
| VOID CreateNameServerListCallbackTrampoline | ( | HKEY | ChildKeyHandle, |
| LPWSTR | ChildKeyName, | ||
| PVOID | CallbackContext | ||
| ) |
Definition at line 299 of file resinfo_reactos.c.
Referenced by MakeNameServerList().
| VOID disposeResInfo | ( | PIPHLP_RES_INFO | InfoPtr | ) |
Definition at line 379 of file resinfo_reactos.c.
| LSTATUS EnumInterfaces | ( | ENUM_INTERFACE_CALLBACK | CallbackRoutine, |
| PVOID | InterfaceCallbackContext | ||
| ) |
Definition at line 164 of file resinfo_reactos.c.
Referenced by CountNameServers(), and MakeNameServerList().
| LSTATUS EnumNameServers | ( | IN HKEY | hInterface, |
| IN LPWSTR | InterfaceName, | ||
| PVOID | ServerCallbackContext, | ||
| EnumNameServersFunc | CallbackRoutine | ||
| ) |
Definition at line 93 of file resinfo_reactos.c.
Referenced by CountServerCallbackTrampoline(), and CreateNameServerListCallbackTrampoline().
| PIPHLP_RES_INFO getResInfo | ( | ) |
Definition at line 315 of file resinfo_reactos.c.
| LSTATUS MakeNameServerList | ( | PNAME_SERVER_LIST_PRIVATE | PrivateData | ) |
Definition at line 308 of file resinfo_reactos.c.
Referenced by getResInfo().
| LSTATUS QueryNameServer | ( | IN HKEY | hInterface, |
| IN LPCWSTR | NameServerKey, | ||
| OUT LPWSTR * | OutNameServer | ||
| ) |
Definition at line 40 of file resinfo_reactos.c.
Referenced by EnumNameServers().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | iphlpapi | ) |