KSPIN_PHYSICALCONNECTION structure (ks.h)
A structure of type KSPIN_PHYSICALCONNECTION is returned in response to a KSPROPERTY_PIN_PHYSICALCONNECTION request.
Syntax
typedef struct {
ULONG Size;
ULONG Pin;
WCHAR SymbolicLinkName[1];
} KSPIN_PHYSICALCONNECTION, *PKSPIN_PHYSICALCONNECTION;
Members
Size
Specifies the size of the structure. Note that the structure contains a dynamic array.
Pin
Specifies the PinId of the connected pin on the other filter. (Pin 2 of Wave is connected to Pin 1 of Topology.)
SymbolicLinkName[1]
Specifies a string containing the symbolic link name of the connected filter
Remarks
This structure is used with port class only.
Requirements
Requirement | Value |
---|---|
Header | ks.h (include Ks.h) |