Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmStringInitContext(3) — NEWS-os 5.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XmStringCreate(3X)

XmStringInitContext(3)  —  C LIBRARY FUNCTIONS

NAME

XmStringInitContext — a compound string function that allows applications to read out the content segment by segment.

SYNOPSIS

#include <Xm/Xm.h> Boolean XmStringInitContext (context, string)
XmStringContext ∗ context;
XmStringstring;

DESCRIPTION

XmStringInitContext maintains a context to allow applications to read out the contents of a compound string segment by segment.  This function establishes the context for this read out. This context is used when reading subsequent segments out of the string.  A Boolean status is returned to indicate if the input string could be parsed. 

contextSpecifies a pointer to the allocated context

stringSpecifies the string. 

RETURN VALUE

Returns True if the context was allocated

RELATED INFORMATION

XmStringCreate(3X). 

April 13, 2022  —  Last change:

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