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

NAME

	LocalItemData -- get pointer to user data for local context item. (V36)

SYNOPSIS

	data = LocalItemData(localItem);
D0 A0
APTR LocalItemData(struct LocalContextItem *);

FUNCTION

	Returns pointer to the user data associated with the given local
context item. The size of the data area depends on the "dataSize"
argument used when allocating this item. If the pointer to the item
given (localItem) is NULL, this function returns NULL.

INPUTS

	localItem - pointer to local context item or NULL.

RESULT

	data - pointer to user data area or NULL if localItem is NULL.

BUGS

	Currently, there is no way to determine the size of the user data
area; you have to 'know'.

SEE ALSO

AllocLocalItem(), FreeLocalItem(), <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:

Alpha Flight 1970

SPB
DJ
TRSI
AFL

Comments:

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