This commit is contained in:
Bill Zissimopoulos
2015-11-27 12:40:12 -08:00
parent ee1663100a
commit 24890f517d
3 changed files with 9 additions and 4 deletions

View File

@ -68,6 +68,7 @@ FspCreate(
FSP_LEAVE_MJ(
"FileObject=%p[%p:\"%wZ\"], "
"Flags=%x, "
"DesiredAccess=%#lx, "
"ShareAccess=%#x, "
"Options=%#lx, "
@ -75,6 +76,7 @@ FspCreate(
"AllocationSize=%#lx:%#lx, "
"Ea=%p, EaLength=%ld",
IrpSp->FileObject, IrpSp->FileObject->RelatedFileObject, IrpSp->FileObject->FileName,
IrpSp->Flags,
IrpSp->Parameters.Create.SecurityContext->DesiredAccess,
IrpSp->Parameters.Create.ShareAccess,
IrpSp->Parameters.Create.Options,