IProviderConverterRegistration::UnregisterProviderConverter

Unregisters a previously registered IProviderConverter implementation.


HRESULT UnregisterProviderConverter(
  REFIID providerIID);

providerIID

[in] The IID of the provider interface that this converter can convert to IKnowledgeSyncProvider.

  • S_OK

  • E_INVALIDARG when no converter was registered for providerIID.

  • E_OUTOFMEMORY

This method deletes the registry key of the converter from HKEY_LOCAL_MACHINE\Software\Microsoft\MSF\ProviderConverterRegistration. The name of the key to be deleted is providerIID, which is represented as a string.

Show: