Microsoft DirectX 9.0

IAMTimelineGroup::SetGroupName

The SetGroupName method sets the application-defined name of the group.

Syntax

HRESULT SetGroupName(
    BSTR pGroupName
);

Parameters

pGroupName

BSTR that specifies the name of the group. The maximum length of the name is 256 characters, incuding the null terminator.

Return Value

Returns S_OK.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also