ReactOS 0.4.15-dev-6703-g6528ab8
|
#include "wshtcpip.h"
#include <windows.h>
#include <ntndk.h>
#include <iptypes.h>
#include <wine/list.h>
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _IntfIDItem |
Macros | |
#define | WIN32_NO_STATUS /* Tell Windows headers you'll use ntstatus.s from NDK */ |
#define | NDEBUG |
Typedefs | |
typedef struct _IntfIDItem | IntfIDItem |
Functions | |
BOOL | AllocAndGetEntityArray (IN HANDLE TcpFile, IN HANDLE hHeap, OUT TDIEntityID **ppEntities, OUT PDWORD idCount) |
INT | GetIPSNMPInfo (IN HANDLE TcpFile, IN TDIEntityID *pEntityID, OUT IPSNMPInfo *outIPSNMPInfo) |
INT | GetTdiEntityType (IN HANDLE TcpFile, IN TDIEntityID *pEntityID, OUT PULONG pType) |
INT | GetIFEntry (IN HANDLE TcpFile, IN TDIEntityID *pEntityID, OUT IFEntry *pIFEntry, IN ULONG IFEntryLen) |
INT | WSHIoctl_GetInterfaceList (IN LPVOID OutputBuffer, IN DWORD OutputBufferLength, OUT LPDWORD NumberOfBytesReturned, OUT LPBOOL NeedsCompletion) |
#define WIN32_NO_STATUS /* Tell Windows headers you'll use ntstatus.s from NDK */ |
typedef struct _IntfIDItem IntfIDItem |
BOOL AllocAndGetEntityArray | ( | IN HANDLE | TcpFile, |
IN HANDLE | hHeap, | ||
OUT TDIEntityID ** | ppEntities, | ||
OUT PDWORD | idCount | ||
) |
Definition at line 21 of file iflist.c.
Referenced by WSHIoctl_GetInterfaceList().
INT GetIFEntry | ( | IN HANDLE | TcpFile, |
IN TDIEntityID * | pEntityID, | ||
OUT IFEntry * | pIFEntry, | ||
IN ULONG | IFEntryLen | ||
) |
Definition at line 174 of file iflist.c.
Referenced by WSHIoctl_GetInterfaceList().
INT GetIPSNMPInfo | ( | IN HANDLE | TcpFile, |
IN TDIEntityID * | pEntityID, | ||
OUT IPSNMPInfo * | outIPSNMPInfo | ||
) |
Definition at line 114 of file iflist.c.
Referenced by WSHIoctl_GetInterfaceList().
Definition at line 144 of file iflist.c.
Referenced by WSHIoctl_GetInterfaceList().
INT WSHIoctl_GetInterfaceList | ( | IN LPVOID | OutputBuffer, |
IN DWORD | OutputBufferLength, | ||
OUT LPDWORD | NumberOfBytesReturned, | ||
OUT LPBOOL | NeedsCompletion | ||
) |
Definition at line 216 of file iflist.c.
Referenced by WSHIoctl().