KsFreeObjectCreateItem - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

KSDDKAPI NTSTATUS KsFreeObjectCreateItem(
  [in] KSDEVICE_HEADER Header,
  [in] PUNICODE_STRING CreateItem
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksfreeobjectcreateitem)

KsFreeObjectCreateItem function

Description

Frees the slot for the specified create item.

Parameters

Header [in]

Points to the device header on which the create item is attached.

CreateItem [in]

Contains the name of the create item to free.

Return value

Returns STATUS_SUCCESS if the item was freed, else STATUS_OBJECT_NAME_NOT_FOUND.

Remarks

This function does not assume that the caller is serializing multiple changes to the create entry list.

See also

KsFreeObjectCreateItemsByContext