DosDevIOCtl2

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 */


[Back: DosDevIOCtl]
[Next: DosDisConnectNmPipe]