Information
This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

ARGetEntryBlock


Warning

Note

You can continue to use C APIs to customize your application, but C APIs are not enhanced to support new capabilities provided by Java APIs and REST APIs.

Description

Retrieves a list of entries contained in a block of entries retrieved using ARGetListEntryBlocks.

Privileges

The system returns data based on the access privileges of the user that you specify for the control parameter. User permissions are verified for each specified field. The system returns values for accessible fields and warning messages for fields the user cannot access.

Synopsis

#include "ar.h"
#include "arerrno.h"
#include "arextern.h"
#include "arstruct.h"

int ARGetEntryBlock(
AREntryBlockList *entryBlockList,
  unsigned int blockNumber,
  AREntryListFieldValueList *entryList,
  ARStatusList *status)

Input arguments

entryBlockList

A list of entry blocks retrieved by ARGetListEntryBlocks.

blockNumber

The number of the block of entries for which you want to retrieve a list. A value of 0 represents the first block.

Return values

entryList

A list of entries contained in the specified block.

status

A list of zero or more notes, warnings, or errors generated from a call to this function.

See also

ARGetListEntryBlocks.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

AR System 21.3