Microsoft DirectX 8.1 (C++) |
The get_Pin method retrieves the pin object that supports the IPin interface.
Syntax
HRESULT get_Pin(
IUnknown **ppUnk
);
Parameters
ppUnk
[out, retval] Address of a pointer to the IUnknown object that supports IPin.
Return Value
Returns an HRESULT value.
Remarks
The IPinInfo interface is implemented by a wrapper COM object, so calling QueryInterface for IPin on this object will fail. The IPinInfo::get_Pin method returns the pin object, on which the IPin interface is supported.
See Also