OPLOCK_NOTIFY_PARAMS structure (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 sur la même valeur que le paramètre NotifyContext de FsRtlCheckOplockEx2.
Irp
Définissez sur la même valeur que le paramètre Irp de FsRtlCheckOplockEx2.
Status
Le code NT status retourné par le rappel NotifyRoutine. L’interprétation du code status dépend de la valeur de NotifyReason.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10, version 2004 |
En-tête | ntifs.h |