Partager via


structure OPLOCK_NOTIFY_PARAMS (ntifs.h)

La structure OPLOCK_NOTIFY_PARAMS est passée en tant que paramètre à un rappel NotifyRoutine lorsqu’un tel rappel est fourni à FsRtlCheckOplockEx2.

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 paramètre FsRtlCheckOplockEx2's NotifyContext.

Irp

Définissez la même valeur que paramètre FsRtlCheckOplockEx2's Irp.

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

Voir aussi

FsRtlCheckOplockEx2

OPLOCK_NOTIFY_REASON