BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   FML Function Reference   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


Fnmid_unload, Fnmid_unload32(3fml)

Name

Fnmid_unload(), Fnmid_unload32() - recover space from nm->id mapping tables

Synopsis

#include <stdio.h> 
#include "fml.h"
void Fnmid_unload(void)
#include "fml32.h"
void Fnmid_unload32(void)

Description

To recover data space used by the field tables loaded by Fldid(), the user may unload the files by a call to the Fnmid_unload() function.

Fnmid_unload32() is used with 32-bit FML.

A thread in a multithreaded application may issue a call to Fnmid_unload() or Fnmid_unload32() while running in any context state, including TPINVALIDCONTEXT.

Return Values

This function is declared as a void and so does not return anything.

See Also

Introduction to FML Functions, Fidnm_unload, Fidnm_unload32(3fml), Fldid, Fldid32(3fml)

 

back to top previous page next page