ReactOS 0.4.16-dev-109-gf4cb10f
|
#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"
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 |
VOID disposeResInfo | ( | PIPHLP_RES_INFO | InfoPtr | ) |
PIPHLP_RES_INFO getResInfo | ( | ) |
Definition at line 54 of file resinfo.c.
Referenced by GetNetworkParams().
WINE_DEFAULT_DEBUG_CHANNEL | ( | iphlpapi | ) |
IPHLP_RES_INFO ResInfo |
Definition at line 52 of file resinfo.c.
Referenced by getResInfo().