Docs » Autodocs » aml.library » GetArticlePartDataA
GetArticlePartDataA -- Gets the data for the specified part GetArticlePartData -- Varargs stub for GetArticlePartDataA
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, ...);
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.
article - Pointer to an article object part - Pointer to a part object tags - An array of TagItems
See SetArticlePartDataA()
success - 1 if successful, 0 otherwise.
SetArticlePartDataA()
|