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

Fvrefresh, Fvrefresh32(3fml)

Name

Fvrefresh(), Fvrefresh32() - copy from C structure to fielded buffer

Synopsis

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

void
Fvrefresh()

#include "fml32.h"

void
Fvrefresh32()

Description

Fvrefresh() clears and reinitializes the internal cache of view structure mappings. This is necessary only when frequently accessed views are updated dynamically.

Fvrefresh32() is used for views defined with viewc32 or VIEW32 typed buffers for larger views with more fields.

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

Return Values

This routine is a void function and does not return a value.

Errors

This routine is a void function and no error codes are set.

See Also

Introduction to FML Functions