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

Fielded, Fielded32(3fml)

Name

Fielded(), Fielded32() - return true if buffer is fielded

Synopsis

#include stdio.h> 
#include "fml.h"
int
Fielded(FBFR *fbfr)
#include "fml32.h"
int
Fielded32(FBFR32 *fbfr)

Description

Fielded() is used to test whether the specified buffer is fielded. fbfr is a pointer to a fielded buffer.

Fielded32() is used with 32-bit FML.

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

Return Values

Fielded() returns true if the buffer is fielded. It returns false if the buffer is not fielded and does not set Ferror in this case.

See Also

Introduction to FML Functions, Finit, Finit32(3fml), Fneeded, Fneeded32(3fml), Fsizeof, Fsizeof32(3fml)