![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
DosDevIOCtl2
#define INCL_DOSDEVICES
USHORT rc = DosDevIOCtl2(Data, ParmList, Function, Category, DevHandle);
PVOID Data; /* Data area */
USHORT DataLength /* Data area length */
PVOID ParmList; /* Command arguments */
USHORT ParmListLength /* Command arguments list length */
USHORT Function; /* Device function */
USHORT Category; /* Device category */
HFILE DevHandle; /* Specifies the device */
USHORT rc; /* return code */
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs