DtGetProperty(3Dt) DtGetProperty(3Dt)
NAME
DtGetProperty - get the value and attributes of a property
SYNOPSIS
#include <Dt/Desktop.h>
char *DtGetProperty(DtPropListPtr plistp, char *name, DtAttrs *attrs);
DESCRIPTION
The DtGetProperty function gets the value and attributes of a
specified property. Where
plistp
properties list to search
name name of the property
attrs attributes of the property
The returned string must not be modified.
RETURN VALUES
On success, DtGetProperty returns the value associated with
the specified property name, and if attrs is not NULL, it will
contain the associated attributes.
On failure, DtGetProperty returns NULL.
Copyright 1994 Novell, Inc. Page 1