IWMEncProfile2::get_ProfileName

Windows Media Encoder SDK banner art

The get_ProfileName method retrieves the name of the profile.

Syntax

HRESULT get_ProfileName(
  BSTR*  pbstrName
);

Parameters

pbstrName

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

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 profile name is NULL.

Requirements

Header: wmencode.h

Library: wmenc.exe

See Also