a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 iffparse.library
  AllocIFF
  AllocLocalItem
  CloseClipboard
  CloseIFF
  CollectionChunk
  CollectionChunks
  CurrentChunk
  EntryHandler
  ExitHandler
  FindCollection
  FindLocalItem
  FindProp
  FindPropContext
  FreeIFF
  FreeLocalItem
  GoodID
  GoodType
  IDtoStr
  InitIFF
  InitIFFasClip
  InitIFFasDOS
  LocalItemData
  OpenClipboard
  OpenIFF
  ParentChunk
  ParseIFF
  PopChunk
  PropChunk
  PropChunks
  PushChunk
  ReadChunkBytes
  ReadChunkRecords
  SetLocalItemPurge
  StopChunk
  StopChunks
  StopOnExit
  StoreItemInContext
  StoreLocalItem
  WriteChunkBytes
  WriteChunkRecords
Include
GuruMeditation
Docs » Autodocs » iffparse.library » FindLocalItem

NAME

	FindLocalItem -- return a local context item from the context stack.
(V36)

SYNOPSIS

	lci = FindLocalItem(iff, type, id, ident);
D0 A0 D0 D1 D2
struct LocalContextItem *FindLocalItem(struct IFFHandle *,
LONG, LONG, LONG);

FUNCTION

	Searches the context stack of the given IFFHandle structure for a
local context item which matches the given ident, type and id. This
function searches the context stack from the most current context
backwards, so that the item found (if any) will be the one with
greatest precedence in the context stack.

INPUTS

	iff - pointer to IFFHandle structure.
type - type code to search for.
id - ID code to search for.
ident - ident code for the class of context item to search for
(ex. "exhd" -- exit handler).

RESULT

	lci - pointer to local context item, or NULL if nothing matched.

SEE ALSO

StoreLocalItem(), <libraries/iffparse.h>

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:

Scoopex

TBL
SCX
ANA
PDX

Comments:

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