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

Fldno, Fldno32(3fml)

Name

Fldno(), Fldno32() - map field identifier to field number

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

int
Fldno(FLDID fieldid)

#include "fml32.h"

long
Fldno32(FLDID32 fieldid)

Description

Fldno() accepts a field identifier, fieldid, as a parameter and returns the field number contained in the identifier.

Fldno32() is used with 32-bit FML.

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

Return Values

This function returns the field number and does not return an error.

See Also

Introduction to FML Functions, Fldid, Fldid32(3fml), Fldtype, Fldtype32(3fml)