[WSHTCPIP] Implement SIO_GET_INTERFACE_LIST by Andreas Maier aka andy-123. Thanks...
[reactos.git] / reactos / dll / win32 / wshtcpip / wshtcpip.h
index c25d8d2..7e4cfb2 100644 (file)
@@ -52,6 +52,13 @@ typedef struct _SOCKET_CONTEXT {
     BOOL DontRoute;
 } SOCKET_CONTEXT, *PSOCKET_CONTEXT;
 
+INT
+WSHIoctl_GetInterfaceList(
+    IN  LPVOID OutputBuffer,
+    IN  DWORD OutputBufferLength,
+    OUT LPDWORD NumberOfBytesReturned,
+    OUT LPBOOL NeedsCompletion);
+
 #endif /* __WSHTCPIP_H */
 
 /* EOF */