I have a store.vol file and use EDB API to read it. I attack this file in my project but I can't find to read it. I look a example in: http://www.codeproject.com/Tips/68144/Modifying-the-Call-History-on-Windows-Mobile Code example:
CeMountDBVolEx(&m_ceguidDB, L"\\pim.vol", NULL, OPEN_EXISTING);
I want use CeMountDBVolEx
to mounts my database volume in folder project.
Thanks!!!