Microsoft DirectX 9.0 |
The PinID property retrieves an identifier for the pin.
Syntax
objPinInfo.PinID As String
Parameters
This property takes no parameters.
Return Values
Returns a string containing the pin identifier.
Remarks
The PinID property is used for graph persistence. You can pass this string as the strPinId parameter in the IFilterInfo.FindPin method.
This property is read-only.
See Also