CTransformInputPin::QueryId
Retrieves an identifier for the pin.
HRESULT QueryId(
LPWSTR *Id );
Parameters
- Id
Pin identifier.
Return Values
Returns an HRESULT value.
Remarks
This member function implements the IPin::QueryId method and overrides the CBasePin::QueryId member function. It returns the name "In". The caller is responsible for freeing the memory by using the Microsoft® Win32® CoTaskMemFree function.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.