Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2017
 
 

stmfFreeViewResourceList(3STMF)

Name

stmfFreeViewResourceList - free allocated list of view resources

Synopsis

cc [ flag... ] file... –lstmf [ library... ]
#include <libstmf.h>

int stmfFreeViewResourceList(viewResourceList *resourceList);

Parameters

resourceList

A list of view resources previously allocated using stmfGetViewResourceList(3STMF) call.

Description

The stmfFreeViewResourceList() function frees the list of view resources that was previously allocated using stmfGetViewResourceList(3STMF) call.

Return Values

The following values are returned:

STMF_STATUS_SUCCESS

The API call was successful.

STMF_ERROR_INVALID_ARG

The passed argument is not valid.

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), stmfGetViewResourceList(3STMF) , attributes(5)