KSP_PIN structure
Kernel streaming clients use the KSP_PIN structure to specify the property and pin type within a KSPROPSETID_Pin property request.
Syntax
typedef struct { KSPROPERTY Property; ULONG PinId; union { ULONG Reserved; ULONG Flags; }; ULONG Reserved; } KSP_PIN, *PKSP_PIN;
Members
- Property
-
Specifies a KSPROPERTY structure.
- PinId
-
Specifies the pin type ID.
- Reserved
-
Reserved. Should be set to zero.
- Flags
-
Pin flags. This is set to either 0 or the following.
Value Meaning - KSPROPERTY_PIN_FLAGS_ATTRIBUTE_RANGE_AWARE
The client is aware of attributes and handles attribute ranges.
- Reserved
-
Reserved. Should be set to zero.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 1/22/2014
Show: