GetProviders method

Returns an IERUCollection containing all providers available to the server, except those that are blocked by administration rules.

Syntax


C++

HRESULT GetProviders(
   ERUProviderFamily FamilyID,
   IERUCollection** ppProviders)

Scripting languages
Set Providers = Object.GetProviders(
   FamilyID as ERUProviderFamily)

Parameters


FamilyID

The ID of the provider family, as an ERUProviderFamily enumeration.

ppProviders

Upon return, an IERUCollection interface pointer to the providers.

Return value


C++

The return code.

Scripting languages

Upon return, an IERUCollection interface pointer to the providers.

Home

Applies to

IERUExternalStorageManager