Microsoft DirectX 9.0

IAMTimelineObj::SetSubObjectGUID

The SetSubObjectGUID method specifies the GUID of the subobject associated with this object.

Syntax

HRESULT SetSubObjectGUID(
    GUID newVal
);

Parameters

newVal

GUID of the subobject.

Return Value

Returns S_OK.

Remarks

The render engine creates an instance of the subobject as needed.

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