ReactOS 0.4.15-dev-7918-g2a2556c
resinfo.c File Reference
#include "config.h"
#include "iphlpapi_private.h"
#include <stdarg.h>
#include <stdlib.h>
#include <sys/types.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "resinfo.h"
#include "iphlpapi.h"
#include "wine/debug.h"
Include dependency graph for resinfo.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (iphlpapi)
 
PIPHLP_RES_INFO getResInfo ()
 
VOID disposeResInfo (PIPHLP_RES_INFO InfoPtr)
 

Variables

IPHLP_RES_INFO ResInfo
 

Function Documentation

◆ disposeResInfo()

VOID disposeResInfo ( PIPHLP_RES_INFO  InfoPtr)

Definition at line 60 of file resinfo.c.

60 {
61}

Referenced by GetNetworkParams().

◆ getResInfo()

PIPHLP_RES_INFO getResInfo ( )

Definition at line 54 of file resinfo.c.

54 {
55 ResInfo.riCount = _res.nscount;
56 ResInfo.riAddressList = _res.nsaddr_list;
57 return &ResInfo;
58}
IPHLP_RES_INFO ResInfo
Definition: resinfo.c:52
DWORD riCount
Definition: resinfo.h:25

Referenced by GetNetworkParams().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( iphlpapi  )

Variable Documentation

◆ ResInfo

IPHLP_RES_INFO ResInfo

Definition at line 52 of file resinfo.c.

Referenced by getResInfo().