Microsoft DirectX 8.1 (C++)

IService::put_ProviderNetworkName

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The put_ProviderNetworkName method specifies the provider network name of the service.

Syntax

HRESULT put_ProviderNetworkName(
  BSTR  bstrName
);

Parameters

bstrName

[in]  Specifies the provider network name.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The provider network name is typically a short string identifying the provider network.

See Also