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

cifConstructSchemasByAlias

NAME cifConstructSchemasByAlias

PROTOTYPE

#include "ciflib.h"

CifSchema **cifConstructSchemasByAlias(int *numDataBlock)
PURPOSE

cifConstructSchemasByAlias builds an array of schemas for each data block in the current active file. Each schema structure returned by this function will contain any alias names used in the target data block.

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 for failure. The number of data blocks found by the operation is returned in numDataBlock.

REMARKS

See also: cifConstructSchema
  cifConstructSchemaByAlias
  cifFreeSchema
  cifPrintSchema
  cifConstructSchemas
  cifFreeSchemas
  cifPrintSchemas



Olivera Tosic
6/17/2002