Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

KSPROPERTY_SERIALHDR structure (ks.h)

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)

See also

KSPROPERTY_SERIAL


Feedback

Was this page helpful?

Additional resources