struttura OPLOCK_NOTIFY_PARAMS (ntifs.h)
La struttura OPLOCK_NOTIFY_PARAMS viene passata come parametro a un callback NotifyRoutine quando tale callback viene fornito a FsRtlCheckOplockEx2.
Sintassi
typedef struct _OPLOCK_NOTIFY_PARAMS {
OPLOCK_NOTIFY_REASON NotifyReason;
PVOID NotifyContext;
PIRP Irp;
NTSTATUS Status;
} OPLOCK_NOTIFY_PARAMS, *POPLOCK_NOTIFY_PARAMS;
Membri
NotifyReason
Valore di enumerazione OPLOCK_NOTIFY_REASON che specifica il motivo del callback delle notifiche.
NotifyContext
Impostare come valore uguale a FsRtlCheckOplockEx2parametro NotifyContext.
Irp
Impostare per essere lo stesso valore del parametro FsRtlCheckOplockEx2's Irp.
Status
Il codice di stato NT restituito dal callback di NotifyRoutine. L'interpretazione del codice di stato dipende dal valore di NotifyReason.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 2004 |
intestazione |
ntifs.h |