// ks.h
typedef struct {
ULONG CreateFlags;
} KSCLOCK_CREATE, *PKSCLOCK_CREATE;
View the official Windows Driver Kit DDI referenceNo description available.
The KSCLOCK_CREATE structure is used in clock create parameters for the KsCreateClock function.
CreateFlagsCurrently consists of a flags item, which must be set to zero.