IFeedIdConverter::ConvertStringToItemId

When implemented by a derived class, converts an item ID from the FeedSync format to the provider format.


HRESULT ConvertStringToItemId(
  LPCWSTR wszStringId, 
  IFeedIdConverterCallback * pCallback);

wszStringId

[in] The item ID in the FeedSync format.

pCallback

[in] The IFeedIdConverterCallback::ConvertStringToItemIdComplete method of this object is called to return the converted item ID.

  • S_OK

  • User-defined error codes

Show: