structure OPLOCK_NOTIFY_PARAMS (ntifs.h)
La structure OPLOCK_NOTIFY_PARAMS est passée en tant que paramètre à un rappel NotifyRoutine
Syntaxe
typedef struct _OPLOCK_NOTIFY_PARAMS {
OPLOCK_NOTIFY_REASON NotifyReason;
PVOID NotifyContext;
PIRP Irp;
NTSTATUS Status;
} OPLOCK_NOTIFY_PARAMS, *POPLOCK_NOTIFY_PARAMS;
Membres
NotifyReason
Valeur d’énumération OPLOCK_NOTIFY_REASON qui spécifie la raison du rappel de notification.
NotifyContext
Définissez la même valeur que
Irp
Définissez la même valeur que
Status
Code d’état NT retourné par le rappel NotifyRoutine. L’interprétation du code d’état dépend de la valeur de NotifyReason.
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10, version 2004 |
d’en-tête | ntifs.h |