•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ v_write_meta ]

#include <vdi.h>

void v_write_meta( int handle, int num_intin, int *intin,
                   int num_ptsin, int *ptsin );

  <handle> is the VDI Handle.
  <num_intin> is the number of <intin> entries.
  <intin> is an int array containing a user defined escape:
          [0] = meta opcode
  <num_ptsin> is the number of <ptsin> entries.
  <ptsin> is an int array containing x,y coordinates used in the
          user defined command.


Function writes a special command to a metafile.
Meta opcode values 0 to 100 are reserved.

VDI Subopcode 5,99

See also VDI Metafile Escapes.