Searched defs:IrpSp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.c47 PIO_STACK_LOCATION IrpSp = IoGetCurrentIrpStackLocation(Irp); local
48 UCHAR MajorFunctionCode = IrpSp->MajorFunction;
49 ULONG MinorFunctionCode = IrpSp->MinorFunction;

Completed in 59 milliseconds