Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ form_userptr(3X) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

forms(3X)



form_userptr(3X)                 UNIX System V                 form_userptr(3X)


NAME
      formuserptr:  setformuserptr, formuserptr - associate application
      data with forms

SYNOPSIS
      #include <form.h>

      int setformuserptr(FORM *form, char *ptr);
      char *formuserptr(FORM *form);

DESCRIPTION
      Every form has an associated user pointer that can be used to store
      pertinent data.  setformuserptr sets the user pointer of form.
      formuserptr returns the user pointer of form.

RETURN VALUE
      formuserptr returns NULL on error.  setformuserptr returns one of the
      following:
      E_OK           - The function returned successfully.
      E_SYSTEM_ERROR - System error.

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

SEE ALSO
      curses(3X), forms(3X)



























10/89                                                                    Page 1





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