Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
XFN Interface Library FunctionsFN_attrvalue_t(3XFN)


NAME

 FN_attrvalue_t - an XFN attribute value

SYNOPSIS

 
cc [ flag ... ] file ... -lxfn [ library ... ]
#include <xfn/xfn.h>

DESCRIPTION

 

The type FN_attrvalue_t is used to represent the contents of a single attribute value, within an attribute of type FN_attribute_t.

The representation of this structure is defined by XFN as follows:

 
typedef struct { size_t length;
void *contents; } FN_attrvalue_t;

SEE ALSO

 

FN_attribute_t(3XFN), fn_attr_get_values(3XFN), xfn(3XFN)


SunOS 5.9Go To TopLast Changed 4 Nov 1994

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.