xdeletecontext(3) hpux man page | unix.com

Man Page: xdeletecontext

Operating Environment: hpux

Section: 3

XDeleteContext()														  XDeleteContext()

Name
  XDeleteContext - delete a context entry for a given window and type.

Synopsis
  int XDeleteContext(display, rid, context)
	Display *display;
	XID rid;
	XContext context;

Arguments
  display   Specifies a connection to an X server; returned from XOpenDisplay().

  rid	    Specifies the resource ID with which the data is associated.

  context   Specifies the context type to which the data belongs.

Returns
  XCNOENT if the context could not be found, or zero if it succeeds.

Description
  XDeleteContext() deletes the entry for the given resource ID and type from the context data structure defined in <X11/Xutil.h>.  This func-
  tion returns XCNOENT if the context could not be found, or zero if it succeeds.  XDeleteContext() does not free the  memory  allocated  for
  the data whose address was saved.

  See Volume One, Chapter 15, Other Programming Techniques, for a description of context management.

Structures
     typedef int XContext;

See Also
  XFindContext(), XSaveContext(), XUniqueContext().

Xlib - Context Manager														  XDeleteContext()
Related Man Pages
xdeletecontext(3) - debian
xfindcontext(3) - debian
xsavecontext(3) - centos
xsavecontext(3x11) - osf1
xuniquecontext(3x11) - osf1
Similar Topics in the Unix Linux Community
PHP Man Pages Now Available (Over 10,000)
How to extract every repeated string between two specific string?
Hpux 11iV3 administration document
awk - Multi-line data to be stored in variable
Seeking Alternative for diff in hp