 |
CeFindFirstDatabaseEx ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function opens an enumeration context for all databases in a database volume. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HANDLE CeFindFirstDatabaseEx(
PCEGUID pceguid,
DWORD dwDbaseType
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeFindFirstDatabaseEx IN rapi;
STRING @ pceguid,;
INTEGER dwDbaseType
|
 |
 |
 |
| Parameters: |
 |
pceguid
[in] Pointer to the CEGUID that contains the globally unique identifier of a mounted database volume.
dwDbaseType
[in] Specifies the type identifier of the databases to enumerate. |
 |
 |
| Return value: |
 |
| A handle to an enumeration context indicates success. INVALID_HANDLE_VALUE indicates failure. |
 |
 |
| My comment: |
 |
This function only returns the handle to an enumeration context. To begin enumerating databases, an application must call the CeFindNextDatabaseEx (RAPI) function.
When an application is done with the handle to the enumeration context, an application uses CeCloseHandle to release the resources associated with the enumeration context. |
 |
 |
| Word Index links for the CeFindFirstDatabaseEx : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-29 10:43:11 | | Modified: | 2004-06-29 10:49:13 | Visited in last 7 days: 22 |