// ks.h
typedef struct {
ULONG Size;
ULONG Pin;
WCHAR SymbolicLinkName[1];
} KSPIN_PHYSICALCONNECTION, *PKSPIN_PHYSICALCONNECTION;
View the official Windows Driver Kit DDI referenceNo description available.
A structure of type KSPIN_PHYSICALCONNECTION is returned in response to a KSPROPERTY_PIN_PHYSICALCONNECTION request.
SizeSpecifies the size of the structure. Note that the structure contains a dynamic array.
PinSpecifies the PinId of the connected pin on the other filter. (Pin 2 of Wave is connected to Pin 1 of Topology.)
SymbolicLinkNameSpecifies a string containing the symbolic link name of the connected filter
This structure is used with port class only.
KSPROPERTY_PIN_PHYSICALCONNECTION