Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DXmCvtDDIFtoCS(3X) — OSF/1 3.0 αXP

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DXmCvtDDIFtoCS(3X)  —  Subroutines

NAME

DXmCvtDDIFtoCS − Converts a string in DDIF format to a compound string. 

SYNOPSIS

XmString DXmCvtDDIFtoCS (ddif,size,return_status)
          Opaque  ddif;
          long    ∗size;
          long    ∗return_status;

PARAMETERS

ddifA pointer to the DDIF input string. 

sizeThe length of the compound string. 

return_status
The status of the conversion procedure, indicated by one of the following values:

Value Description
DXmCvtStatusOK The conversion was successful. 
DXmCvtStatusDataLoss Data was lost during the conversion. 
DXmCvtStatusFail The conversion was not successful. 

DESCRIPTION

The DXmCvtDDIFtoCS routine converts a string in DDIF format to a compound string. The user must free the string by using the Toolkit routine XmStringFree. 

RETURN VALUES

A pointer to the compound string. 

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