Duh.  I just tested this on the Sony simulator and it works for both internal
memory, RAM and memory stick.  I think that I need to have a little talk with
the user.

Mike

--- Mike McCollister <[EMAIL PROTECTED]> wrote:

> Aaron,
> 
> Right now I am doing this:
> 
> for(i = 0; i < VFS_MAX_VOLUMES; i++)
> {
>    error = VFSVolumenEnumerate(&volRefNum, &volIterator);
>    if(!error)
>    {
>       vfsInfo->vfsVol[i].volRefNum = volRefNum;
>       vfsInfo->numVFSVolumes++;
>    }
> }
> 
> with VFS_MAX_VOLUMES set to 2.  With this code, I only see the memory stick? 
> Does the UX have more than 2?  I know that this works with 2 as it worked
> with
> the HandEra VFS back in the day.
> 
> Thanks,
> 
> Mike
> 
> --- Aaron Ardiri <[EMAIL PROTECTED]> wrote:
> 
> > > I have an application that recognizes applications in internal memory and
> > on
> > > memory cards (VFS).  I had a customer ask me if I will ever support the
> > > internal memory on his UX series device.  From what I can tell, he is
> > referring
> > > to the 29 MB for additional media storage (a built-in card?).  Well, is
> > this
> > > memory accessed via VFS or is it some Sony proprietary API?
> > > 
> > > Also, do any other Sony devices have this memory?
> > 
> > i guess, if you enumerate all available slots - you'll find it ;)
> > 
> > ---
> > Aaron Ardiri
> > PalmOS Certified Developer
> > [EMAIL PROTECTED]
> > http://www.mobilewizardry.com/members/aaron_ardiri.php
> > 
> > 
> > -- 
> > For information on using the Palm Developer Forums, or to unsubscribe,
> please
> > see http://www.palmos.com/dev/support/forums/
> > 
> 
> 
> 
>       
>               
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail 
> 
> -- 
> For information on using the Palm Developer Forums, or to unsubscribe, please
> see http://www.palmos.com/dev/support/forums/
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to