FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Rapi function that returns Storage Card name
Posts: 229
Joined: Wed Oct 12, 2005 05:32 PM
Rapi function that returns Storage Card name
Posted: Fri Jan 13, 2006 09:03 AM

Hi to all,

Is there any function (on CE Rapi)that return the storage card name ??

Or, in other words, How can I obtain the name (path) of a storage card of a PDA from PC?

Many thanks for your help,
José Luis Capel

Posts: 172
Joined: Fri Oct 07, 2005 12:00 PM
Rapi function that returns Storage Card name
Posted: Wed Jan 18, 2006 08:17 PM
Find the storage card name. Since storage card names can differ on localized devices (it won't always be called "Storage Card") and because devices can support more than one storage card, techniques such as using the Windows CE FindFirstFile API function can be used as documented in the article Pocket PC Programming Tips.


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/DeploymentPatterns.asp

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnroad/html/road03132002.asp

Continue the discussion