Group: Remote Application Programming (RAPI) - Library: rapi
Pocket PC: custom RAPI class for operating with the Object Store Databases
BOOL CeEnumDBVolumes(
PCEGUID pceguid,
LPWSTR lpBuf,
DWORD dwNumChars
);
DECLARE INTEGER CeEnumDBVolumes IN rapi;
STRING @ pceguid,;
STRING @ lpBuf,;
INTEGER dwNumChars
pceguid [in] To begin enumeration, set this parameter to the value returned by CREATE_INVALIDGUID.
lpBuf [out] Pointer to the allocated buffer that receives the database volume names.
dwNumChars [in] Specifies the length, in characters, of the buffer.
TRUE indicates success. FALSE indicates failure.