a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 utility.library
  AddNamedObject
  AllocNamedObjectA
  AllocateTagItems
  Amiga2Date
  ApplyTagChanges
  AttemptRemNamedObject
  CallHookPkt
  CheckDate
  CloneTagItems
  Date2Amiga
  FilterTagChanges
  FilterTagItems
  FindNamedObject
  FindTagItem
  FreeNamedObject
  FreeTagItems
  GetTagData
  GetUniqueID
  MapTags
  NamedObjectName
  NextTagItem
  PackBoolTags
  PackStructureTags
  RefreshTagItemClones
  ReleaseNamedObject
  RemNamedObject
  SDivMod32
  SMult32
  SMult64
  Stricmp
  Strnicmp
  TagInArray
  ToLower
  ToUpper
  UDivMod32
  UMult32
  UMult64
  UnpackStructureTags
Include
GuruMeditation
Docs » Autodocs » utility.library » RemNamedObject

NAME

	RemNamedObject -- remove a named object. (V39)

SYNOPSIS

	RemNamedObject(object, message);
A0 A1
VOID RemNamedObject(struct NamedObject *, struct Message *);

FUNCTION

	This function will post a request to release the object
from whatever NameSpace it is in. It will reply the message
when the object is fully removed. The message.mn_Node.ln_Name
field will contain the object pointer or NULL if the object
was removed by another process.
This function will effectively do a ReleaseNamedObject()
thus you must have "found" the object first.

INPUTS

	object - the object to remove: Must be a valid NamedObject.
message - message to ReplyMsg() (must be supplied)

RESULT

	The message is replied with the ln_Name field either being
the object or NULL. If it contains the object, the object
is completely removed.

SEE ALSO

AttemptRemNamedObject(), AddNamedObject(), ReleaseNamedObject()

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:

Paradox

SNT
PDX
AYS
DC

Comments:

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