mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-23 12:33:03 -06:00
sys: FspIrpContext*
This commit is contained in:
@@ -391,7 +391,7 @@ retry:
|
||||
ASSERT((PUINT8)Request + FSP_FSCTL_TRANSACT_REQ_SIZEMAX <= SystemBufferEnd);
|
||||
for (;;)
|
||||
{
|
||||
PendingIrpRequest = PendingIrp->Tail.Overlay.DriverContext[0];
|
||||
PendingIrpRequest = FspIrpContextRequest(PendingIrp);
|
||||
|
||||
Result = FspIopDispatchPrepare(PendingIrp, PendingIrpRequest);
|
||||
if (!NT_SUCCESS(Result))
|
||||
|
||||
Reference in New Issue
Block a user