IltmmWMProfile::put_Name

Summary

Sets the name of the profile.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmWMProfile_put_Name(pProfile, newVal)
C++ HRESULT put_Name(newVal)

Parameters

IltmmWMProfile *pProfile

Pointer to an IltmmWMProfile interface.

BSTR newVal

A string containing the new profile name.

Returns

Value Meaning
S_OK The function was successful.
<> S_OK An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation.

Comments

To get the name of a profile, use IltmmWMProfile::get_Name.

For more information, refer to the Microsoft documentation for IWMProfile::SetName.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C IltmmWMProfile::AddStream
C++ IltmmWMProfile::AddStream
Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.