FindFirstEntry

The FindFirstEntry function finds the first entry in the object store that comes alphabetically after szFind.

Syntax

CEOID FindFirstEntry (TCHAR *szFind, HHPRTAG hhProp, int *pindex, DWORD dwFlags);

At a Glance

Header file: Addrstor.h
Platforms: H/PC
Windows CE versions: 1.0 and later

Parameters

szFind
The entry to start searching from.
hhProp
Property value.
pindex
Index of the entry that is found.
dwFlags
Bitmask of flags. The following flag can be set:
FFE_CONTAINS

Return Values

TRUE if successful, FALSE otherwise.