ILITTag::SetName

The SetName method sets the name of a new tag.

Syntax

HRESULT SetName(
[in, size_is(cwchName)] const wchar_t* pwchName
[in] ULONG cwchName
);

Parameters

pwchName

Pointer to the tag name

cwchName

Count of characters at pwchName that are part of the tag name

Return Values

S_OK

E_INVALIDARG

E_OUTOFMEMORY

E_FAIL

See Also

© 2000 Microsoft Corporation. All rights reserved. Terms of use.