Table of Contents

IsItemOpened

Determines whether a task or thread has opened a given item.

Synopsis

Err IsItemOpened( Item task, Item i )

Description

This function determines whether a task or thread has currently got an item opened.

Arguments

KernelBase->kb_CurrentTask>

Return Value

This function returns >=0 if the item was opened, or a negative error code if it is not, or if the parameters are bogus.

Implementation

Folio call implemented in kernel folio V24.

Associated Files

See Also

OpenItem(), CloseItem(), CheckItem(), LookupItem()