Microsoft DirectX 9.0 |
The GetPinCount method retrieves the number of pins.
Syntax
virtual int GetPinCount(void) PURE;
Return Value
Returns the number of pins.
Remarks
The derived class must implement this pure virtual method. Return the number of pins that are currently available on this filter. Filters can dynamically create or destroy pins.
See Also