logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmStringInitContext — A compound string function that creates a data structure for scanning an XmString

Description

XmStringInitContext creates a context to allow applications to read out the contents of a compound string
       component by component.  A Boolean 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 string

Name

XmStringInitContext  —  A compound string function that creates a data structure for scanning an XmString
       component by component "XmStringInitContext" "compound string functions" "XmStringInitContext"

Return

       Returns True if the context was allocated

Synopsis

       #include <Xm/Xm.h>
       BooleanXmStringInitContext(
       XmStringContext*context,
       XmStringstring);

See Also