Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
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);