Microsoft DirectX 8.1 (C++)

IService::put_ProviderDescription

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

The put_ProviderDescription method specifies a description of the service provider.

Syntax

HRESULT put_ProviderDescription(
  BSTR  bstrDescr
);

Parameters

bstrDescr

[in]  Specifies the description.

Return Values

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

See Also