[Toc][Index]

DosDevIOCtl



#define INCL_DOSDEVICES

USHORT  rc = DosDevIOCtl(Data, ParmList, Function, Category, DevHandle);

PVOID            Data;          /* Data area */
PVOID            ParmList;      /* Command arguments */
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