Who can tell me how get the function in stack in file filter driver at
CREATE routine? some codes will be more appreciated.
thanks in advace.
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
The major and minor functions for the irp are in the irp stack location.
See IoGetCurrentIrpStackLocation:
IoGetCurrentIrpStackLocation(Irp)->MajorFunction;
IoGetCurrentIrpStackLocation(Irp)->MinorFunction;
etc…
-----Original Message-----
From: xxxxx@genius-soft.com [mailto:xxxxx@genius-soft.com]
Sent: Thursday, August 23, 2001 2:31 AM
To: File Systems Developers
Subject: [ntfsd] Get call function in stack
Who can tell me how get the function in stack in file filter driver at
CREATE routine? some codes will be more appreciated.
thanks in advace.
You are currently subscribed to ntfsd as: xxxxx@ntpsoftware.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com