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

 


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

 

back to top previous page next page