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

 


Fldtype, Fldtype32(3fml)

Name

Fldtype(), Fldtype32() - map field identifier to field type

Synopsis

#include <stdio.h> 
#include "fml.h"

int
Fldtype(FLDID fieldid)

#include "fml32.h"

int
Fldtype32(FLDID32 fieldid)

Description

Fldtype() accepts a field identifier, fieldid, and returns the field type contained in the identifier (an integer), as defined in fml.h.

Fldtype32() is used with 32-bit FML.

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

Return Values

This function returns the field type.

See Also

Introduction to FML Functions, Fldid, Fldid32(3fml), Fldno, Fldno32(3fml)

 

back to top previous page next page