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's NotifyContext 參數相同的值。
Irp
設定為與 FsRtlCheckOplockEx2Irp 參數相同的值。
Status
從 NotifyRoutine 回呼傳回的 NT 狀態代碼。 狀態代碼的解譯取決於 NotifyReason的值。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | Windows 10 版本 2004 |
標頭 | ntifs.h |