Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ menu_item_userptr(3X) — DG/UX R4.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

menus(3X)



menu_item_userptr(3X)             SDK R4.11            menu_item_userptr(3X)


NAME
       menuitemuserptr:  setitemuserptr, itemuserptr - associate
       application data with menus items

SYNOPSIS
       #include <menu.h>

       int setitemuserptr(ITEM *item, char *userptr);
       char *itemuserptr(ITEM *item);

DESCRIPTION
       Every item has an associated user pointer that can be used to store
       relevant information.  setitemuserptr sets the user pointer of
       item.  itemuserptr returns the user pointer of item.

RETURN VALUE
       itemuserptr returns NULL on error.  setitemuserptr returns one of
       the following:
       EOK           - The routine returned successfully.
       ESYSTEMERROR - System error.

NOTES
       The header file <menu.h> automatically includes the header files
       <eti.h> and <curses.h>.

SEE ALSO
       curses(3X), menus(3X).


Licensed material--property of copyright holder(s)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026