KSCLOCK_CREATE structure (ks.h)

The KSCLOCK_CREATE structure is used in clock create parameters for the KsCreateClock function.

Syntax

typedef struct {
  ULONG CreateFlags;
} KSCLOCK_CREATE, *PKSCLOCK_CREATE;

Members

CreateFlags

Currently consists of a flags item, which must be set to zero.

Requirements

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

See also

KsCreateClock