OPLOCK_NOTIFY_PARAMS 結構 (ntifs.h)
當這類回呼提供給 FsRtlCheckOplockEx2 時,OPLOCK_NOTIFY_PARAMS結構會當做參數傳遞至 NotifyRoutine 回呼。
語法
typedef struct _OPLOCK_NOTIFY_PARAMS {
OPLOCK_NOTIFY_REASON NotifyReason;
PVOID NotifyContext;
PIRP Irp;
NTSTATUS Status;
} OPLOCK_NOTIFY_PARAMS, *POPLOCK_NOTIFY_PARAMS;
成員
NotifyReason
指定通知回呼原因 的OPLOCK_NOTIFY_REASON 列舉值。
NotifyContext
設定為與 FsRtlCheckOplockEx2 的 NotifyContext 參數相同的值。
Irp
設定為與 FsRtlCheckOplockEx2 的 Irp 參數相同的值。
Status
從 NotifyRoutine 回呼傳回的 NT 狀態代碼。 狀態代碼的解譯取決於 NotifyReason 的值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 10 (版本 2004) |
標頭 | ntifs.h |