Microsoft DirectX 8.1 (C++) |
The SetSubObjectGUIDB method specifies the GUID of the subobject associated with this object. This method is equivalent to IAMTimelineObj::SetSubObjectGUID but takes a BSTR value.
Syntax
HRESULT SetSubObjectGUIDB(
BSTR newVal
);
Parameters
newVal
BSTR representing the GUID of the subobject.
Return Value
Returns S_OK if successful, or an HRESULT value indicating the cause of the error.
See Also