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

NAME

	ScanFolderIndex -- Scan a folder's index

SYNOPSIS

	ScanFolderIndex(folder, hook, flags)
D0 A0 A1 DO
void ScanFolderIndex(APTR folder, struct Hook *hook, ULONG flags);

FUNCTION

	Scans a folder index, calling the provided hook, so that
the application can display a progress bar and/or set
status flags on each item in the index.
The hook function will be passed the pointer to the folder
object in A2 and a FolderIndex structure in A1. See
<libraries/aml.h> for details on the FolderIndex structure,
and any flags or status that may be set/checked in it.

INPUTS

	folder - Pointer to a folder object to scan
hook - Pointer to an initialized hook
flags - Currently should be NULL

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

PHA
PDX
SPB
TSL

Comments:

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