IltmmWMProfileManager::put_SystemProfileVersion

Summary

Sets the version number for each system profile enumerated by the profile manager.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmWMProfileManager_put_SystemProfileVersion(pProfMan, newVal)
C++ HRESULT put_SystemProfileVersion(newVal)

Parameters

IltmmWMProfileManager *pProfMan

Pointer to an IltmmWMProfileManager interface.

long newVal

Value that represents the system profile version to set. It will contain one member of the ltmmWM_VERSION enumeration type. Possible values are:

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

For more information, refer to the Microsoft documentation for IWMProfileManager2::SetSystemProfileVersion.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C IltmmWMProfile::AddStream
C++ IltmmWMProfile::AddStream
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.