// ks.h
KSDDKAPI NTSTATUS KsFreeObjectCreateItem(
[in] KSDEVICE_HEADER Header,
[in] PUNICODE_STRING CreateItem
);
View the official Windows Driver Kit DDI reference
No description available.
Frees the slot for the specified create item.
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.
Returns STATUS_SUCCESS if the item was freed, else STATUS_OBJECT_NAME_NOT_FOUND.
This function does not assume that the caller is serializing multiple changes to the create entry list.
KsFreeObjectCreateItemsByContext