IFeedIdConverterCallback::ConvertItemIdToStringComplete

Called by IFeedIdConverter::ConvertItemIdToString to return the item ID in the FeedSync format.


HRESULT ConvertItemIdToStringComplete(
  LPCWSTR wszItemId);

wszItemId

[in] The item ID in the provider format.

  • S_OK

  • E_POINTER

  • SYNC_E_INVALIDOPERATION when this method is called more than one time from IFeedIdConverter::ConvertItemIdToString.

  • E_OUTOFMEMORY

Show: