Microsoft DirectX 8.1 (C++)

IAMTimelineObj::SetUserID

The SetUserID method sets an application-defined identifier for the object.

Syntax

HRESULT SetUserID(
    long newVal
);

Parameters

newVal

Value that specifies the identifier. This identifier is used only by the application and can be any value.

Return Value

Returns S_OK.

See Also