KSPROPERTY_SERIALHDR - NtDoc

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

typedef struct {
  GUID  PropertySet;
  ULONG Count;
} KSPROPERTY_SERIALHDR, *PKSPROPERTY_SERIALHDR;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KSPROPERTY_SERIALHDR structure

Description

The format of the serialization buffer is a KSPROPERTY_SERIALHDR structure, followed by serialized properties.

Members

PropertySet

Specifies the GUID of the property set contained in the serialized buffer.

Count

Specifies the count of serialized properties to follow.

See also

KSPROPERTY_SERIAL