Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

stmfGetPersistMethod(3STMF)

Name

stmfGetPersistMethod - get the current persistence method for stmf

Synopsis

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

int stmfGetPersistMethod(uint8_t *persistType, boolean_t serviceState);

Parameters

persistType

On success, contains the current persistence setting based on serviceState.

serviceState

When set to B_TRUE, persistType will contain the persist method currently set for the service. When set to B_FALSE, persistType will contain the persist method for the current library open.

Description

The stmfGetPersistMethod() function retrieves the current persistent method setting for the service or for a given library open. When set to B_TRUE, retrieves the setting from the service.

Return Values

The following values are returned:

STMF_STATUS_SUCCESS

The API call was successful.

STMF_ERROR_PERSIST_TYPE

Unable to retrieve persist type from service.

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), attributes(7)