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

NAME

	FindAddressEntryA -- Searches an addressbook for an address entry.
FindAddressEntry -- Varargs stub for FindAddressEntryA

SYNOPSIS

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

FUNCTION

	Searches the address book server specified for an address
entry matching the criteria provided. This function only
returns the FIRST matching address object. Use
HuntAddressEntryA() to match against ALL possible address
entry objects.

INPUTS

	server - Pointer to an address book server to search
tags - An array of TagItems that specify the match criteria

TAGS

	See SetAddressEntryAttrsA() for a description of valid
tags that may be used. Also:
ADDRESSA_PartialMatch (BOOL) - Lets the match routine know
whether it should match the entire field against the
match criteria data.

RESULT

	addr - Pointer to the matching address entry object, or NULL
if no match was found. This object is allocated, and
must be properly disposed via DisposeAddressEntry().

SEE ALSO

HuntAddressEntryA(), CreateServerA(), 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:

Rebels

RBS
TSL
PHA
AFL

Comments:

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