KSOBJECT_CREATE structure (ks.h)

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

Syntax

typedef struct {
  ULONG                 CreateItemsCount;
  PKSOBJECT_CREATE_ITEM CreateItemsList;
} KSOBJECT_CREATE, *PKSOBJECT_CREATE;

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.

Requirements

Requirement Value
Header ks.h (include Ks.h)

See also

KSOBJECT_CREATE_ITEM