The AddAttribute method adds an attribute to a new tag.
HRESULT AddAttribute(
[in, size_is(cwchName)] const wchar_t* pwchName
[in] ULONG cwchName
[in, size_is(cwchValue)] const wchar_t* pwchValue
[in] ULONG cwchValue
);
pwchName
Pointer to an attribute name
cwchName
Count of characters at pwchName that are part of the attribute name
pwchValue
Pointer to an attribute value
cwchValue
Count of characters at pwchValue that are part of the attribute value
© 2000 Microsoft Corporation. All rights reserved. Terms of use.