Docs » Autodocs » aml.library » AddArticlePartA
AddArticlePartA -- Add a part to an article AddArticlePart -- Varargs stub for AddArticlePartA
success = AddArticlePartA(article, part, tags) D0 A0 A1 A2 BOOL AddArticlePartA(APTR article, APTR part, struct TagItem *tags); BOOL AddArticlePart(APTR article, APTR part, ULONG tag1, ...);
Adds a previously allocated article part to the specified article. Parts added are always in order of addition, which is how the resulting article will be built. Note that at least one part must be added to the article, which is normally considered the main body of the article.
article - Pointer to an article object part - Pointer to an article part object tags - An array of TagItems
See SetArticlePartDataA().
success - 1 if successful, 0 otherwise.
RemArticlePart
|