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

 


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)

 

back to top previous page next page