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 » GetArticlePartDataA

NAME

	GetArticlePartDataA -- Gets the data for the specified part
GetArticlePartData -- Varargs stub for GetArticlePartDataA

SYNOPSIS

	success = GetArticlePartDataA(article, part, tags)
D0 A0 A1 A2
BOOL GetArticlePartDataA(APTR article, APTR part, struct TagItem *tags);
BOOL GetArticlePartData(APTR article, APTR part, ULONG tag1, ...);

FUNCTION

	Gets the data for the part object.  Pass in one of the appropriate
tag values for the type of buffer/file to store the data in, and the
part's data will be placed there.

INPUTS

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

TAGS

	See SetArticlePartDataA()

RESULT

	success - 1 if successful, 0 otherwise.

SEE ALSO

SetArticlePartDataA()

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:

The Silents

RSI
TSL
DJ
ANA

Comments:

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