- Uncomment TdiQueryInformationEx and make it compile

svn path=/branches/aicom-network-fixes/; revision=35250
This commit is contained in:
Cameron Gutman 2008-08-09 23:25:46 +00:00
parent 1364b76b4d
commit 98c4b74c0d
2 changed files with 4 additions and 1 deletions

View file

@ -631,7 +631,6 @@ NTSTATUS TdiQueryInformation(
return Status;
}
#if 0
NTSTATUS TdiQueryInformationEx(
PFILE_OBJECT FileObject,
ULONG Entity,
@ -674,6 +673,7 @@ NTSTATUS TdiQueryInformationEx(
OutputLength); /* Return information */
}
#if 0
NTSTATUS TdiQueryAddress(
PFILE_OBJECT FileObject,
PULONG Address)

View file

@ -28,6 +28,9 @@
#define MIN(x,y) (((x)<(y))?(x):(y))
#endif
#define IOCTL_TCP_QUERY_INFORMATION_EX \
CTL_CODE(FILE_DEVICE_NETWORK, 0, METHOD_NEITHER, FILE_ANY_ACCESS)
#define SOCKET_STATE_INVALID_TRANSITION ((DWORD)-1)
#define SOCKET_STATE_CREATED 0
#define SOCKET_STATE_BOUND 1