Microsoft DirectX 9.0

AMTimelineObj.GetSubObjectLoaded Method

The GetSubObjectLoaded method ascertains whether a subobject has been created for the object.

Syntax

object.GetSubObjectLoaded(
    pVal As Long
)

Parameters

pVal

Variable that receives a value indicating whether a subobject has been created. If zero, a subobject has been not created. If non-zero, a subobject has been created.

Error Codes

If the method fails, an error is raised.

See Also