Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IoGetOplockKeyContextEx function (ntddk.h)

The IoGetOplockKeyContext routine returns a dual oplock key context for a file object.

Syntax

POPLOCK_KEY_CONTEXT IoGetOplockKeyContextEx(
 PFILE_OBJECT FileObject
);

Parameters

FileObject

The file object to query for an oplock key context.

Return value

A pointer to an OPLOCK_KEY_CONTEXT structure containing the parent and target oplock keys for FileObject. Otherwise, NULL if FileObject has no oplock keys.

Remarks

On Windows 8 and later versions of Windows, use IoGetOplockKeyContextEx instead of IoGetOplockKeyContext, as the latter only returns a target oplock key context.

Requirements

Requirement Value
Minimum supported client The IoGetOplockKeyContextEx routine is available starting with Windows 8.
Target Platform Universal
Header ntddk.h
Library Ntoskrnl.lib
IRQL <= DISPATCH_LEVEL

See also

IoGetOplockKeyContext

OPLOCK_KEY_CONTEXT

OPLOCK_KEY_ECP_CONTEXT


Feedback

Was this page helpful?

Additional resources