PURPOSE

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.

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

Fintro(3fml)