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 an identifier for the pin.
HRESULT QueryId( LPWSTR * Id );
Parameters
Return Values
Returns an HRESULTvalue.
Remarks
This member function implements the IPin::QueryIdmethod. It overrides the CBasePin::QueryIdmember function and assigns the string "In" to Id. Note that it uses the Microsoft Win32 CoTaskMemAllocfunction to initialize Id, so the user is responsible for freeing the format block by using CoTaskMemFree.