a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
Include
 classes
 clib
 datatypes
 devices
 diskfont
 dos
 exec
 gadgets
 graphics
 hardware
 images
 intuition
 libraries
 pragma
 pragmas
 prefs
 proto
 reaction
 resources
 rexx
 utility
  date.i / .h
  hooks.i / .h
  name.i / .h
  pack.i / .h
  tagitem.i / .h
  utility.i / .h
 workbench
GuruMeditation
Docs » Include » utility » name.i / .h
	IFND UTILITY_NAME_I
UTILITY_NAME_I	EQU	1
**
**	$VER: name.i 39.3 (10.2.1993)
**	Includes Release 45.1
**
**	Namespace definitions
**
**	(C) Copyright 1992-2001 Amiga, Inc.
**	All Rights Reserved
**

;---------------------------------------------------------------------------

	IFND EXEC_TYPES_I
	INCLUDE "exec/types.i"
	ENDC

;---------------------------------------------------------------------------

* The named object structure */
*
   STRUCTURE NamedObject,0
	APTR	no_Object	; Your pointer, for whatever you want
   LABEL NamedObject_End

ANO_NameSpace	equ	4000	; Tag to define namespace
ANO_UserSpace	equ	4001	; tag to define userspace
ANO_Priority	equ	4002	; tag to define priority
ANO_Flags	equ	4003	; tag to define flags

* flags for tag ANO_Flags

	BITDEF	NS,NODUPS,0	; defaults to allowing duplicates
	BITDEF	NS,CASE,1	; so it defaults to caseless

;---------------------------------------------------------------------------

	ENDC	; UTILITY_NAME_I

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:

Razor 1911

RZR
ATX
AYS
TBL

Comments:

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