// ks.h
typedef struct {
GUID PropertySet;
ULONG Count;
} KSPROPERTY_SERIALHDR, *PKSPROPERTY_SERIALHDR;
View the official Windows Driver Kit DDI referenceNo description available.
The format of the serialization buffer is a KSPROPERTY_SERIALHDR structure, followed by serialized properties.
PropertySetSpecifies the GUID of the property set contained in the serialized buffer.
CountSpecifies the count of serialized properties to follow.