Microsoft DirectX 8.1 (C++)

AMTimelineObj.GetSubObjectGUIDB Method

The AMTimelineObj.GetSubObjectGUIDB method retrieves the GUID of the subobject associated with this timeline object.

Syntax

object.GetSubObjectGUIDB() As String

Parameters

This method takes no parameters.

Return Value

Returns a string that contains the GUID of the subobject. If the object has no subobject, the return value is {00000000-0000-0000-0000-000000000000}.

Error Codes

If the method fails, an error is raised, and Err.Number can be set to one of the following values:

Value Description
E_OUTOFMEMORY Insufficient memory.

See Also