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

 


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)

 

back to top previous page next page