Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwshdrv.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS WinSock 2 DLL 00004 * FILE: include/drivers/ws2ifsl/wshdrv.h 00005 * PURPOSE: WinSock 2 Helper Driver header 00006 */ 00007 00008 #ifndef __WSHDRV_H 00009 #define __WSHDRV_H 00010 00011 typedef struct _WSH_EA_DATA 00012 { 00013 HANDLE FileHandle; 00014 PVOID Context; 00015 } WSH_EA_DATA, *PWAH_EA_DATA; 00016 00017 typedef struct _WAH_EA_DATA2 00018 { 00019 HANDLE ThreadHandle; 00020 PVOID RequestRoutine; 00021 PVOID CancelRoutine; 00022 PVOID ApcContext; 00023 ULONG Reserved; 00024 } WAH_EA_DATA2, *PWAH_EA_DATA2; 00025 00026 #define IOCTL_WS2IFSL_SET_HANDLE 0x12B00 00027 00028 #endif Generated on Fri May 25 2012 04:25:12 for ReactOS by
1.7.6.1
|