Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with the Object Store Databases
HANDLE CeFindFirstDatabaseEx(
PCEGUID pceguid,
DWORD dwDbaseType
);
DECLARE INTEGER CeFindFirstDatabaseEx IN rapi;
STRING @ pceguid,;
INTEGER dwDbaseType
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.
A handle to an enumeration context indicates success. INVALID_HANDLE_VALUE indicates failure.
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.