Microsoft DirectX 9.0 |
The Pin property retrieves the pin associated with this object.
Syntax
objPinInfo.Pin As Unknown
Parameters
This property takes no parameters.
Return Values
Returns the pin.
Remarks
The IPinInfo object is a wrapper for a DirectShow pin, because DirectShow pins expose the IPin interface, which is not Automation-compatible. This property returns the underlying pin as an IUnknown pointer. This property is provided for use with DLLs that take an IPin parameter.
This property is read-only.
See Also