Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The format of the serialization buffer is a KSPROPERTY_SERIALHDR structure, followed by serialized properties.
Syntax
typedef struct {
GUID PropertySet;
ULONG Count;
} KSPROPERTY_SERIALHDR, *PKSPROPERTY_SERIALHDR;
Members
PropertySet
Specifies the GUID of the property set contained in the serialized buffer.
Count
Specifies the count of serialized properties to follow.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |