Man Page: xmstringinitcontext
Operating Environment: centos
Section: 3
XmStringInitContext(library call) XmStringInitContext(library call)NAMEXmStringInitContext -- A compound string function that creates a data structure for scanning an XmString component by componentSYNOPSIS#include <Xm/Xm.h> Boolean XmStringInitContext( XmStringContext * context, XmString string);DESCRIPTIONXmStringInitContext creates a context to allow applications to read out the contents of a compound string component by component. A Bool- ean status is returned to indicate that the context could not be initalized. If the function returns True, the function will allocate space to hold the returned context. The application is responsible for managing the allocated space. The memory can be recovered by calling XmStringFreeContext. context Specifies a pointer to the allocated context string Specifies the stringRETURNReturns True if the context was allocatedRELATEDXmStringCreate(3). XmStringInitContext(library call)
| Related Man Pages |
|---|
| xmstringgetnexttriple(3) - redhat |
| xmstringgetnextsegment(3) - redhat |
| xmstringsegmentcreate(3) - redhat |
| xmstringgetnextsegment(3) - centos |
| xmstringgetnextsegment(3x) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |