Go to main content

man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

stmfDestroyProxyDoor(3STMF)

Name

stmfDestroyProxyDoor - close the door interface

Synopsis

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

void stmfDestroyProxyDoor(int hdl);

Parameters

hdl

handle returned from a previous call to stmfInitProxyDoor(3STMF)

Description

The stmfDestroyProxyDoor() function closes the door interface established in the call to stmfInitProxyDoor().

Attributes

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

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libstmf(3LIB), stmfInitProxyDoor(3STMF), attributes(7)