IWMEncProfile2::get_ProfileDescription

Windows Media Encoder SDK banner art

The get_ProfileDescription method retrieves the description of the profile.

Syntax

HRESULT get_ProfileDescription(
  BSTR*  pbstrDescription
);

Parameters

pbstrDescription

[out]  Pointer to a BSTR that contains the profile description.

Return Values

If the method succeeds, it returns S_OK. If it fails, it supports the IErrorInfo interface and returns an HRESULT error code.

Return code Number Description
E_POINTER 0x80004003 The pointer to the description is NULL.

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also