public StorableObject[] GetSearchDBEntries( Project pProject, uint nStartIndex, uint nCount )
public: array<StorableObject^>^ GetSearchDBEntries( Project^ pProject, uint nStartIndex, uint nCount )
Parameters
- pProject
 - Project of which the results list entries will be returned.
 - nStartIndex
 - Start list index of the objects to return. 0 means objects starting with the first list position are returned.
 - nCount
 - Maximum count of objects to return.
 
Return Value
Found objects.