Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-22
FILE_COMPLETE_SET_
Enables a set of Guardian and Open System Services (OSS) files for completion by 
subsequent calls to the FILE_COMPLETE_ procedure.
FILE_CREATE_ 
Defines a new structured or unstructured disk file. This procedure operates only on 
Guardian objects.
file-type
#include <cextdecs(FILE_COMPLETE_SET_)>
short FILE_COMPLETE_SET_ 
 ( short *complete-element-list /* i */
 ,short num-complete-elements /* i */
 ,[ short *error-complete-element ] ); /* o */
#include <cextdecs(FILE_CREATE_)>
short FILE_CREATE_ ( char *filename /* i */
 ,short maxlen /* o:i */
 ,short *filenamelen /* i,o */
  ,[ short file-code ] /* i */
  ,[ short primary-extent-size ] /* i */
 ,[ short secondary-extent-size]/* i */
 ,[ short maximum-extents ] /* i */
 ,[ short file-type ] /* i */
 ,[ short options ] /* i */
 ,[ short recordlen ] /* i */
 ,[ short blocklen ] /* i */
 ,[ short keylen ] /* i */
 ,[ short key-offset ] ); /* i */
0 = Unstructured
1 = Relative
2 = Entry-sequenced
3 = Key-sequenced










