Microsoft Windows CE 3.0  

CBasePin::QueryPinInfo

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves information about the pin.

HRESULT QueryPinInfo(
PIN_INFO *
pInfo
);

Parameters

pInfo
Pointer to a PIN_INFOstructure.

Return Values

Returns an HRESULTvalue.

Remarks

This member function implements the IPin::QueryPinInfomethod. By default, the member function fills in the PIN_INFOstructure with the IBaseFilterinterface of its owning filter, the pin name from m_pName, and the pin direction from m_dir.

The IBaseFilterinterface passed out by this member function is reference counted, and so must be released when the caller has finished with it.