Home | History | Annotate | Download | only in include

Lines Matching refs:IOC_VOID

66 #define IOC_VOID 0x20000000
71 #define _IO(x,y) (IOC_VOID|((x)<<8)|(y))
512 #define _WSAIO(x,y) (IOC_VOID|(x)|(y))