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

NAME

	HuntAddressEntryA -- Search for possible matching address entry
objects
HuntAddressEntry -- Varargs stub for HuntAddressEntryA

SYNOPSIS

	addr = HuntAddressEntryA(server, tags)
D0 A0 A1
APTR HuntAddressEntryA(APTR server, struct TagItem *tags);
APTR HuntAddressEntry(APTR server, ULONG tag1, ...);

FUNCTION

	Searches the address book server specified for an address
entry matching the criteria provided. This function returns,
one per iteration, a matching address entry object. Call
HuntAddressEntryA() repeatedly to get each possible matching
address entry object. Returns NULL when no more matches are
found.

TAGS

	See FindAddressEntryA() for details

RESULT

	addr - Pointer to an address entry object, or NULL for
no (more) match(es) found. This is an allocated object,
and must be disposed properly via DisposeAddressEntry().

SEE ALSO

FindAddressEntryA(), DisposeAddressEntry()

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 Black Lotus

TBL
DC
AYS
FC

Comments:

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