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
    
 
Miscellaneous Library Functionsm_destroy_layout(3LAYOUT)


NAME

 m_destroy_layout - destroy a layout object

SYNOPSIS

 
cc [ flag... ] file... -llayout [ library... ]
#include <sys/layout.h>
int m_destroy_layout(const LayoutObject layoutobject);

DESCRIPTION

 

The m_destroy_layout() function destroys a LayoutObject by deallocating the layout object and all the associated resources previously allocated by the m_create_layout(3LAYOUT) function.

RETURN VALUES

 

Upon successful completion, 0 is returned. Otherwise -1 is returned and errno is set to indicate the error.

ERRORS

 

The m_destroy_layout() function may fail if:

EBADF
The attribute object is erroneous.
EFAULT
Errors occurred while processing the request.

ATTRIBUTES

 

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
MT-LevelMT-Safe

SEE ALSO

 

m_create_layout(3LAYOUT), attributes(5)


SunOS 5.9Go To TopLast Changed 8 Jun 1999

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