a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 aml.library
  --rexxhost--
  AddArticlePartA
  AddCustomField
  AddFolderArticle
  CreateAddressEntryA
  CreateArticleA
  CreateArticlePartA
  CreateDecoderA
  CreateFolderA
  CreateServerA
  Decode
  DisposeAddressEntry
  DisposeArticle
  DisposeArticlePart
  DisposeDecoder
  DisposeFolder
  DisposeServer
  Encode
  ExpungeFolder
  FindAddressEntryA
  GetAddressEntryAttrsA
  GetArticleAttrsA
  GetArticlePartDataA
  GetCustomFieldData
  GetDecoderAttrsA
  GetFolderAttrsA
  GetServerArticles
  GetServerAttrsA
  GetServerHeaders
  HuntAddressEntryA
  OpenAddressEntry
  OpenArticle
  OpenFolderA
  ReadFolderSpool
  RemAddressEntry
  RemCustomField
  RemFolder
  RemFolderArticle
  SaveAddressEntry
  SaveFolder
  ScanFolderIndex
  SendArticle
  SetAddressEntryAttrsA
  SetArticleAttrsA
  SetArticlePartDataA
  SetDecoderAttrsA
  SetFolderAttrsA
  SetServerAttrsA
  WriteFolderSpool
Include
GuruMeditation
Docs » Autodocs » aml.library » AddArticlePartA

NAME

	AddArticlePartA -- Add a part to an article
AddArticlePart -- Varargs stub for AddArticlePartA

SYNOPSIS

	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, ...);

FUNCTION

	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.

INPUTS

	article - Pointer to an article object
part - Pointer to an article part object
tags - An array of TagItems

TAGS

	See SetArticlePartDataA().

RESULT

	success - 1 if successful, 0 otherwise.

SEE ALSO

RemArticlePart

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Andromeda

TSL
ANA
TBL
AOA

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se