next up previous contents
Next: cifConstructSchemasByAlias Up: CIFLIB Schema Construction Functions Previous: cifConstructSchemaByAlias

cifConstructSchemas

NAME cifConstructSchemas

PROTOTYPE

#include "ciflib.h"

CifSchema **cifConstructSchemas(int *numDataBlock)
PURPOSE

cifConstructSchemas builds an array of schemas for each data block in the current active file.

RECEIVES

numDataBlock An integer pointer to hold the number of data blocks in the current file

RETURN VALUE

A pointer to an array of CifSchema is returned if the operation is successful, or NULL failure. The number of data blocks found by the operation is returned in numDataBlock.

REMARKS

See also: cifConstructSchema
  cifConstructSchemaByAlias
  cifFreeSchema
  cifPrintSchema
  cifConstructSchemasByAlias
  cifFreeSchemas
  cifPrintSchemas



Olivera Tosic
6/17/2002