Previous Next

KSP_PIN

Kernel streaming clients use the KSP_PIN structure to specify the property and pin type within a KSPROPSETID_Pin property request.

typedef struct {
    KSPROPERTY Property;
    ULONG PinId;
    ULONG Reserved;
} KSP_PIN;

Members

Property
Specifies the property.
PinId
Specifies the pin type ID.
Reserved
Reserved. Should be set to zero.

Headers

Declared in ks.h. Include ks.h.

See Also

KSPROPERTY