BEA Logo BEA Tuxedo Release 7.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Reference   |   Topic List   |   Previous   |   Next   |   Contents

   BEA Tuxedo FML Function Reference

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)