KSCLOCK_CREATE - NtDoc

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

typedef struct {
  ULONG CreateFlags;
} KSCLOCK_CREATE, *PKSCLOCK_CREATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSCLOCK_CREATE structure

Description

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

Members

CreateFlags

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

See also

KsCreateClock