IUIAnimationVariable2::SetTag method
Sets the tag of the animation variable.
Syntax
HRESULT SetTag( [in, optional, unique] IUnknown *object, [in] UINT32 id );
Parameters
- object [in, optional]
-
The object portion of the tag. This parameter can be NULL.
- id [in]
-
The identifier portion of the tag.
Return value
Returns S_OK if successful; otherwise an HRESULT error code. See Windows Animation Error Codes for a list of error codes.
Remarks
A tag is a pairing of an integer identifier (id) with a COM object (object), and it can be used by an application to identify an animation variable. Because NULL is a valid object component of a tag, the object parameter can be NULL.
Requirements
|
Minimum supported client |
Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationVariable2 is defined as 4914B304-96AB-44d9-9E77-D5109B7E7466 |
See also