How to get the Serial Number of the SD Card from evc++
i tried this API with out success


GetFileInformationByHandle(

&sdno.dwVolumeSerialNumber


any sample code to read the sd number and display it in MessageBox();

???

Thanks,

Arvind

Re: Storage Card by Paul

Paul
Thu Dec 30 12:06:27 CST 2004

Have you looked in the newsgroup archives? Seems like a *very* familiar
question. It would also help if you'd say what device, specifically, you
are asking about.

Paul T.

"Arvind" <arvinds@erivasystems.com> wrote in message
news:ut3NXwm7EHA.3148@TK2MSFTNGP10.phx.gbl...
> How to get the Serial Number of the SD Card from evc++
> i tried this API with out success
>
>
> GetFileInformationByHandle(
>
> &sdno.dwVolumeSerialNumber
>
>
> any sample code to read the sd number and display it in MessageBox();
>
> ???
>
> Thanks,
>
> Arvind
>
>



Re: Storage Card by Arvind

Arvind
Fri Dec 31 03:04:51 CST 2004

i couldnt find any archives for this topic..

im testing with DELL AXIM X3 PPC 2003 Device







"Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
wrote in message news:OvOJJpp7EHA.3908@TK2MSFTNGP12.phx.gbl...
> Have you looked in the newsgroup archives? Seems like a *very* familiar
> question. It would also help if you'd say what device, specifically, you
> are asking about.
>
> Paul T.
>
> "Arvind" <arvinds@erivasystems.com> wrote in message
> news:ut3NXwm7EHA.3148@TK2MSFTNGP10.phx.gbl...
> > How to get the Serial Number of the SD Card from evc++
> > i tried this API with out success
> >
> >
> > GetFileInformationByHandle(
> >
> > &sdno.dwVolumeSerialNumber
> >
> >
> > any sample code to read the sd number and display it in MessageBox();
> >
> > ???
> >
> > Thanks,
> >
> > Arvind
> >
> >
>
>



Re: Storage Card by Paul

Paul
Fri Dec 31 09:13:25 CST 2004

You might try IOCTL_DISK_GET_STORAGEID, passed to the driver for the card.
I did a search on "sd card serial number" and got various more or less
on-point hits from the newsgroups, which is where I got this item. I doubt
that it's documented in the eVC help, but the PB help has it.

Paul T.

"Arvind" <arvinds@erivasystems.com> wrote in message
news:eWstiix7EHA.3416@TK2MSFTNGP09.phx.gbl...
>i couldnt find any archives for this topic..
>
> im testing with DELL AXIM X3 PPC 2003 Device
>
>
>
>
>
>
>
> "Paul G. Tobey [eMVP]" <ptobey no spam AT no instrument no spam DOT com>
> wrote in message news:OvOJJpp7EHA.3908@TK2MSFTNGP12.phx.gbl...
>> Have you looked in the newsgroup archives? Seems like a *very* familiar
>> question. It would also help if you'd say what device, specifically, you
>> are asking about.
>>
>> Paul T.
>>
>> "Arvind" <arvinds@erivasystems.com> wrote in message
>> news:ut3NXwm7EHA.3148@TK2MSFTNGP10.phx.gbl...
>> > How to get the Serial Number of the SD Card from evc++
>> > i tried this API with out success
>> >
>> >
>> > GetFileInformationByHandle(
>> >
>> > &sdno.dwVolumeSerialNumber
>> >
>> >
>> > any sample code to read the sd number and display it in MessageBox();
>> >
>> > ???
>> >
>> > Thanks,
>> >
>> > Arvind
>> >
>> >
>>
>>
>
>