Microsoft DirectX 9.0 |
The DisplayPinInfo method traces a pin connection during debugging.
Syntax
void DisplayPinInfo(
IPin *pReceivePin
);
Parameters
pReceivePin
Pointer to the receiving pin.
Remarks
In debug builds, this method calls the DbgLog function to trace a connection attempt. In retail builds, this method does nothing.
See Also