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

Fidnm_unload, Fidnm_unload32(3fml)

Name

Fidnm_unload(), Fidnm_unload32() - recover space from id->nm mapping tables

Synopsis

#include <stdio.h> 
#include "fml.h"
void
Fidnm_unload(void);
#include "fml32.h"
void
Fidnm_unload32(void);

Description

Fidnm_unload() recovers space allocated by Fname() for field identifier to field name mapping tables.

Fidnm_unload32() is used with 32-bit FML.

A thread in a multithreaded application may issue a call to Fidnm_unload() or Fidnm_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, Fname, Fname32(3fml), Fnmid_unload, Fnmid_unload32(3fml)