ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

wshdrv.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.