[Top] [Prev] [Next] [Bottom]

DFPwriteref/dpwref

intn DFPwriteref(const char *filename, uint16 ref)
filename

IN:

Name of the file

ref

IN:

Reference number to be assigned to the next palette written to a file

Purpose

Determines the reference number of the next palette to be written.

Return value

Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.

Description

The file name is ignored. The next palette written, regardless of the filename, is assigned the reference number ref.

FORTRAN

integer function dpwref(filename, ref)

character* (*) filename

integer ref



[Top] [Prev] [Next] [Bottom]

hdfhelp@ncsa.uiuc.edu
HDF User's Reference Manual, Draft 06/09/97, NCSA HDF Development Group.