// ks.h
typedef struct {
ULONG CreateItemsCount;
PKSOBJECT_CREATE_ITEM CreateItemsList;
} KSOBJECT_CREATE, *PKSOBJECT_CREATE;
View the official Windows Driver Kit DDI referenceNo description available.
The KSOBJECT_CREATE structure contains an array of create handlers for base object classes supported by this device object.
CreateItemsCountContains the number of items in the following array.
CreateItemsListPoints to an array of KSOBJECT_CREATE_ITEM structures for base object classes supported by this device object.