persistent storage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kbrewdev
    New Member
    • Aug 2007
    • 2

    persistent storage

    Hi Forum,

    I am developing application for smartphone (MOTO Q Windows 5.0) and need to save password in the persistent storage, i dont want to use xml or to write it in the file. So pls tell how it can be possible using win32 apis. Is there ny api or way to access the persistent storage to write n retrieve the data. Any help will be appreciated.



    Thanks n Regards,
    kbrewdev
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by kbrewdev
    Hi Forum,

    I am developing application for smartphone (MOTO Q Windows 5.0) and need to save password in the persistent storage, i dont want to use xml or to write it in the file. So pls tell how it can be possible using win32 apis. Is there ny api or way to access the persistent storage to write n retrieve the data. Any help will be appreciated.



    Thanks n Regards,
    kbrewdev
    You can use the regular file read and write APIs to write that data. Data persists across power cycles, the data is destroyed if you do a factory reset.

    Comment

    Working...