 |
CeFindNextDatabaseEx ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function retrieves the next database in an enumeration context. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
CEOID CeFindNextDatabaseEx(
HANDLE hEnum,
PCEGUID pceguid
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeFindNextDatabaseEx IN rapi;
INTEGER hEnum,;
STRING @ pceguid
|
 |
 |
 |
| Parameters: |
 |
hEnum
[in] Handle returned from CeFindFirstDatabaseEx.
pceguid
[in] Pointer to the CEGUID that contains the globally unique identifier of a mounted database. |
 |
 |
| Return value: |
 |
| A valid CEOID indicates success. Zero indicates failure or a lack of additional databases. |
 |
 |
| My comment: |
 |
To find all matching databases, CeFindNextDatabaseEx (RAPI) is called in a loop until 0 is returned. When enumeration is complete, the hEnum handle must be closed by calling the CeCloseHandle (RAPI) function.
See also: CeFindFirstDatabaseEx. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-29 10:46:52 | | Modified: | 2004-06-29 10:48:44 | Visited in last 7 days: 16 |