|
Prev: PDA Device ID
Next: Need help for socket Programming
From: Saju Sathyan on 31 Jan 2008 06:52 Hi, Anyone please tell me the name in Spanish Device that stands for "Storage Card"( storage card installed in the device). Thanks
From: João Paulo Figueira on 31 Jan 2008 07:30 The best way to know the storage card names is to enumerate them all. Use the FindFirstFlashCard / FindNextFlashCard APIs. Regards, Jo�o Paulo Figueira "Saju Sathyan" <saju_sathyan(a)hotmail.com> wrote in message news:uVjsVazYIHA.4476(a)TK2MSFTNGP06.phx.gbl... > Hi, > Anyone please tell me the name in Spanish Device that stands for > "Storage Card"( storage card installed in the device). > > Thanks >
From: Saju Sathyan on 31 Jan 2008 08:11 I know that.. I have some configuration files. so I just need to know how it is called in the Spanish locale name for Storage Card. Thanks "Jo�o Paulo Figueira" wrote > The best way to know the storage card names is to enumerate them all. Use > the FindFirstFlashCard / FindNextFlashCard APIs. > > Regards, > Jo�o Paulo Figueira > > "Saju Sathyan" <saju_sathyan(a)hotmail.com> wrote in message > news:uVjsVazYIHA.4476(a)TK2MSFTNGP06.phx.gbl... >> Hi, >> Anyone please tell me the name in Spanish Device that stands for >> "Storage Card"( storage card installed in the device). >> >> Thanks >> >
From: " ctacke/>" on 31 Jan 2008 09:57 You missed the point. Calling the FindFirst/FindNext APIs will find the card no matter what the name is. You should not be hard-coding int he card name (as it can change). -- Chris Tacke, eMVP Join the Embedded Developer Community http://community.opennetcf.com "Saju Sathyan" <saju_sathyan(a)hotmail.com> wrote in message news:OKcKxG0YIHA.4208(a)TK2MSFTNGP04.phx.gbl... >I know that.. I have some configuration files. so I just need to know how >it is called in the Spanish locale name for Storage Card. > > Thanks > > "Jo�o Paulo Figueira" wrote >> The best way to know the storage card names is to enumerate them all. Use >> the FindFirstFlashCard / FindNextFlashCard APIs. >> >> Regards, >> Jo�o Paulo Figueira >> >> "Saju Sathyan" <saju_sathyan(a)hotmail.com> wrote in message >> news:uVjsVazYIHA.4476(a)TK2MSFTNGP06.phx.gbl... >>> Hi, >>> Anyone please tell me the name in Spanish Device that stands for >>> "Storage Card"( storage card installed in the device). >>> >>> Thanks >>> >> > >
From: Saju Sathyan on 31 Jan 2008 13:43
Hi again, I understand it all, I am using a third party software, and it has some config file. They are sort of static. and I need to know the static string that represends the "Storage Card" equivalent in Spanish devices for windows mobile 5.0 Please some one throw me that info. My code is not hard coded and I know that well. Kind regards "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote in message > You missed the point. Calling the FindFirst/FindNext APIs will find the > card no matter what the name is. You should not be hard-coding int he > card name (as it can change). > > > -- > > Chris Tacke, eMVP > Join the Embedded Developer Community > http://community.opennetcf.com > > > "Saju Sathyan" <saju_sathyan(a)hotmail.com> wrote in message > news:OKcKxG0YIHA.4208(a)TK2MSFTNGP04.phx.gbl... >>I know that.. I have some configuration files. so I just need to know how >>it is called in the Spanish locale name for Storage Card. >> >> Thanks >> >> "Jo�o Paulo Figueira" wrote >>> The best way to know the storage card names is to enumerate them all. >>> Use the FindFirstFlashCard / FindNextFlashCard APIs. >>> >>> Regards, >>> Jo�o Paulo Figueira >>> >>> "Saju Sathyan" <saju_sathyan(a)hotmail.com> wrote in message >>> news:uVjsVazYIHA.4476(a)TK2MSFTNGP06.phx.gbl... >>>> Hi, >>>> Anyone please tell me the name in Spanish Device that stands for >>>> "Storage Card"( storage card installed in the device). >>>> >>>> Thanks >>>> >>> >> >> > > |