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