Microsoft DirectX 8.1 (C++)

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.

See Also