Re: [Arsperl-users] Question about the ars_GetMultipleEntries call
Brought to you by:
jeffmurphy
|
From: jeff m. <jcm...@je...> - 2008-07-22 18:18:14
|
On Jul 22, 2008, at 1:31 PM, L G Robinson wrote: > Hi Folks, > > I have a question about the ars_GetMultipleEntries call. > > From the C_API_Guide: > > ARGetMultipleEntries uses the AREntryIdListList structure to pass > Entry IDs for the specified entries. This structure consists of zero > or more AREntryIdList structures, as Figure3-15 on page68 shows. > This call can request a maximum of 100 entries. > > My question: > > What is returned when the request exceeds the 100 entry max? > > Are 100 entries returned? > Are 0 entries returned? > Is there an error returned? > The simplest way to find out is to try it. I'd guess that it'll return the "your query exceeded the maximum number of entries" message, along with the first 100 entries... the way GetListEntry does when you've set a maximum on the number of GetList return values allowed. jeff |