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

NAME

	GetFolderAttrsA -- Get attributes for a folder object
GetFolderAttrs -- Varargs stub for GetFolderAttrsA

SYNOPSIS

	value = GetFolderAttrsA(folder, tags)
D0 A0 A1
ULONG GetFolderAttrsA(APTR folder, struct TagItem *tags);
ULONG GetFolderAttrs(APTR folder, ULONG tag1, ...);

FUNCTION

	Gets the requested attributes of a folder object.

INPUTS

	folder - Pointer to a folder object
tags - An array of TagItems

TAGS

	Set SetFolderAttrsA() for details.  The following tags
are gettable only:
FOLDERA_Created (ULONG) - When the folder was created.
FOLDERA_Accessed (ULONG) - When the folder was
last accessed.
FOLDERA_MsgCount (ULONG) - The number of articles
in the folder.
FOLDERA_NumRead (ULONG) - The number of articles
in the folder that have been read, i.e., don't
have the NEW or UNREAD status set.
FOLDERA_LastRead (ULONG) - The ordinal number of
the last read article.

RESULT

	value - The number of attributes successfully gotten.

SEE ALSO

SetFolderAttrsA()

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:

Horizon

SNT
ATX
HZ
TBL

Comments:

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