Freigeben über


OPLOCK_NOTIFY_PARAMS Struktur (ntifs.h)

Die OPLOCK_NOTIFY_PARAMS-Struktur wird als Parameter an einen NotifyRoutine Callback übergeben, wenn ein solcher Rückruf für FsRtlCheckOplockEx2bereitgestellt wird.

Syntax

typedef struct _OPLOCK_NOTIFY_PARAMS {
  OPLOCK_NOTIFY_REASON NotifyReason;
  PVOID                NotifyContext;
  PIRP                 Irp;
  NTSTATUS             Status;
} OPLOCK_NOTIFY_PARAMS, *POPLOCK_NOTIFY_PARAMS;

Angehörige

NotifyReason

Ein OPLOCK_NOTIFY_REASON Enumerationswert, der den Grund für den Benachrichtigungsrückruf angibt.

NotifyContext

Ist auf denselben Wert wie FsRtlCheckOplockEx2's NotifyContext Parameter festgelegt.

Irp

Ist auf denselben Wert wie FsRtlCheckOplockEx2's Irp Parameter festgelegt.

Status

Der NT-Statuscode, der vom NotifyRoutine- Rückruf zurückgegeben wurde. Die Interpretation des Statuscodes hängt vom Wert NotifyReasonab.

Anforderungen

Anforderung Wert
mindestens unterstützte Client- Windows 10, Version 2004
Header- ntifs.h

Siehe auch

FsRtlCheckOplockEx2

OPLOCK_NOTIFY_REASON