Fvrefresh
, Fvrefresh32
-copy from C structure to fielded buffer
#include <stdio.h>
#include "fml.h"
void
Fvrefresh()
#include "fml32.h"
void
Fvrefresh32()
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.
This routine is a void function and does not return a value.
This routine is a void function and no error codes are set.
Fintro
(3)