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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.cpp275 PIO_STACK_LOCATION nextStack = IoGetNextIrpStackLocation (irp); local
277 nextStack->MajorFunction = IRP_MJ_DEVICE_CONTROL;
278 nextStack->MinorFunction = 0;
279 nextStack->DeviceObject = pDriver->pDeviceObject;
280 nextStack->Parameters.DeviceIoControl.OutputBufferLength = cbData;
281 nextStack->Parameters.DeviceIoControl.InputBufferLength = cbData;
282 nextStack->Parameters.DeviceIoControl.IoControlCode = u32Function;
283 nextStack->Parameters.DeviceIoControl.Type3InputBuffer = pvData;

Completed in 43 milliseconds