FDO API Reference Feature Data Objects

IProviderRegistry Class Reference

#include <IProviderRegistry.h>

Inherits FdoIDisposable.

Inherited by FdoProviderRegistry.

Inheritance diagram for IProviderRegistry:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IProviderRegistry interface supports registering, un-registering, and enumerating registered feature providers.

Note:
This is not the Windows registry.

Definition at line 38 of file IProviderRegistry.h.


Public Member Functions

virtual FDO_API const FdoProviderCollectionGetProviders () const =0
 Gets a read only collection of information describing each of the registered feature providers.
virtual FDO_API void RegisterProvider (const wchar_t *name, const wchar_t *displayName, const wchar_t *description, const wchar_t *version, const wchar_t *fdoVersion, const wchar_t *libraryPath, bool isManaged)=0
 Registers a provider given the necessary information to register the provider. If any of the parameters are missing or invalid, an exception is thrown.
virtual FDO_API void UnregisterProvider (const wchar_t *name)=0
 Unregisters the provider with the specified name.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.