Query: xmreptypegetrecord
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmRepTypeGetRecord(library call) XmRepTypeGetRecord(library call)NAMEXmRepTypeGetRecord -- A representation type manager function that returns information about a representation typeSYNOPSIS#include <Xm/RepType.h> XmRepTypeEntry XmRepTypeGetRecord( XmRepTypeId rep_type_id);DESCRIPTIONXmRepTypeGetRecord retrieves information about a particular representation type that is registered with the representation type manager. This routine allocates memory for the returned data. The application must free this memory using XtFree. rep_type_id The identification number of the representation type The representation type entry structure contains the following information: typedef struct { String rep_type_name; String *value_names; unsigned char *values; unsigned char num_values; Boolean reverse_installed; XmRepTypeId rep_type_id; } XmRepTypeEntryRec, *XmRepTypeEntry; (void) rep_type_name The name of the representation type value_names An array of representation type value names values An array of representation type numerical values num_values The number of values associated with the representation type reverse_installed A flag that indicates whether or not the reverse converter is installed rep_type_id The identification number of the representation typeRETURNReturns a pointer to the representation type entry structure that describes the representation type.RELATEDXmRepTypeGetId(3), XmRepTypeGetRegistered(3), and XmRepTypeRegister(3). XmRepTypeGetRecord(library call)
Related Man Pages |
---|
xmreptypegetregistered(3) - redhat |
xmreptypegetrecord(3) - redhat |
mpi_register_datarep(3) - debian |
xmreptypegetregistered(3) - hpux |
xmreptypeaddreverse(3x) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
How to extract every repeated string between two specific string? |
SAN Migration question |
awk - Multi-line data to be stored in variable |
Tar Command |