GRBgetbatchenv

GRBenv * GRBgetbatchenv ( GRBbatch *batch )

Retrieve the environment associated with a batch.

Return value:

The environment associated with the batch. A NULL return value indicates that there was a problem retrieving the environment.

Arguments:

batch: The batch from which the environment should be retrieved.

Example usage:

  GRBenv *env = GRBgetbatchenv(batch);