KsQueryObjectCreateItem - NtDoc

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

KSDDKAPI PKSOBJECT_CREATE_ITEM KsQueryObjectCreateItem(
  [in] KSOBJECT_HEADER Header
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsQueryObjectCreateItem function

Description

The KsQueryObjectCreateItem function returns the create item assigned to the object when created.

Parameters

Header [in]

Indicates the header previously allocated.

Return value

The KsQueryObjectCreateItem function returns a pointer to a create item.