next up previous contents
Next: cifConstructSchemas Up: CIFLIB Schema Construction Functions Previous: cifConstructSchema

cifConstructSchemaByAlias

NAME cifConstructSchemaByAlias

PROTOTYPE

#include "ciflib.h"

CifSchema *cifConstructSchemaByAlias(const int dataBlockIndex)
PURPOSE

cifConstructSchemaByAlias builds the schema for the data block specified by the input argument. The schema structure returned by this function will contain any alias names used in the target data block.

RECEIVES

dataBlockIndex zero-based index of a data block within the current file

RETURN VALUE

A pointer to CifSchema is returned if the operation is successful, or NULL for failure.

REMARKS

See also: cifConstructSchema
  cifFreeSchema
  cifPrintSchema
  cifConstructSchemas
  cifConstructSchemasByAlias
  cifFreeSchemas
  cifPrintSchemas



Olivera Tosic
6/17/2002