KSOBJECT_CREATE - NtDoc

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

typedef struct {
  ULONG                 CreateItemsCount;
  PKSOBJECT_CREATE_ITEM CreateItemsList;
} KSOBJECT_CREATE, *PKSOBJECT_CREATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-ksobject_create)

KSOBJECT_CREATE structure

Description

The KSOBJECT_CREATE structure contains an array of create handlers for base object classes supported by this device object.

Members

CreateItemsCount

Contains the number of items in the following array.

CreateItemsList

Points to an array of KSOBJECT_CREATE_ITEM structures for base object classes supported by this device object.

See also

KSOBJECT_CREATE_ITEM