IoGetOplockKeyContextEx-Funktion (ntddk.h)
Die IoGetOplockKeyContext-Routine gibt einen Dual-Oplock-Schlüsselkontext für ein Dateiobjekt zurück.
Syntax
POPLOCK_KEY_CONTEXT IoGetOplockKeyContextEx(
PFILE_OBJECT FileObject
);
Parameter
FileObject
Das Dateiobjekt, das nach einem oplock-Schlüsselkontext abfragt werden soll.
Rückgabewert
Ein Zeiger auf eine OPLOCK_KEY_CONTEXT-Struktur , die die übergeordneten und zielaktiven Schlüssel für FileObject enthält. Andernfalls NULL, wenn FileObject keine oplock-Schlüssel aufweist.
Hinweise
Verwenden Sie unter Windows 8 und höheren Versionen von Windows IoGetOplockKeyContextEx anstelle von IoGetOplockKeyContext, da letzteres nur einen Ziel-Oplock-Schlüsselkontext zurückgibt.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Die IoGetOplockKeyContextEx-Routine ist ab Windows 8 verfügbar. |
Zielplattform | Universell |
Header | ntddk.h |
Bibliothek | Ntoskrnl.lib |
IRQL | <= DISPATCH_LEVEL |