problem with get information of embeded application?help me

Login to reply to this topic.
Fri, 2008-06-20 11:11
Joined: 2008-04-27
Forum posts: 15

i am able to embed the camera application in my program on N73,the code is like this:

                        _LIT(KInfoServerFileName, "cammojave");
                       const TUidType serverUid( KNullUid, KNullUid, TUid::Uid(0x101ffa86));
                       RProcess server;
                       server.Create(KInfoServerFileName, KCMD, serverUid);

but i don't know how to get information of the embeded application.for example,when i take a photo by using the camera,but how can i get the directory of the new photo file.or the photo itself?

thks for help!

  • Login to reply to this topic.