Zebediah Figura z.figura12@gmail.com writes:
+#include <winioctl.h>
+#define IOCTL_AFD_CREATE CTL_CODE(FILE_DEVICE_NETWORK, 0, METHOD_BUFFERED, FILE_WRITE_ACCESS)
+struct afd_create_params +{
- int family, type, protocol;
- unsigned int flags;
+};
Do we really need yet another set of Wine-specific ioctls?
Note that (FILE_DEVICE_NETWORK,0) is already used for the documented IOCTL_TCP_QUERY_INFORMATION_EX, it may be better to avoid it.