Prev: IMsgStore::Advise
Next: Compatibility
From: Puzzle on 15 Feb 2005 20:39 Hi Does anybody have any idea to recognize devices uniquely? KernelIoControl () works with some devices but not all. I think there should be some kind of id which can apply to every device like MAC address for Ethernet devices. If anybody knows, please reply. thnks
From: Bobby Cannon on 15 Feb 2005 23:47 Do a search on IOCTL_HAL_GET_DEVICEID. "Puzzle" wrote: > Hi > > Does anybody have any idea to recognize devices uniquely? > KernelIoControl () works with some devices but not all. > I think there should be some kind of id which can apply to every device like > MAC address for Ethernet devices. > > If anybody knows, please reply. > > thnks > > >
From: Vladimir Zinin on 16 Feb 2005 01:00 Hi, http://www.pocketpcdn.com/sections/deviceinfo.html -- Best regards, Vladimir Zinin mailto:zinin(a)eldos.org Bobby Cannon wrote: > Do a search on IOCTL_HAL_GET_DEVICEID. > > "Puzzle" wrote: > > >>Hi >> >>Does anybody have any idea to recognize devices uniquely? >>KernelIoControl () works with some devices but not all. >>I think there should be some kind of id which can apply to every device like >>MAC address for Ethernet devices. >> >>If anybody knows, please reply. >> >>thnks >> >> >>
From: Puzzle on 16 Feb 2005 01:24 Hi. Thanks for your reply. I've already read that article and tested, but IOCTL_HAL_GET_DEVICEID or IOCTL_HAL_GET_UUID does not always work for all devices. I was searching web and found a program called PocketPCID from http://www.selectiveminds.com It shows CPU serial #, so there should be some way to get CPU serial # but I cannot find any API or method which returns CPU serial # of PPC device. Does anybody knows how to do it? "Vladimir Zinin" <vzinin(a)gmail.com> wrote in message news:ejP7My%23EFHA.624(a)TK2MSFTNGP09.phx.gbl... > Hi, > > http://www.pocketpcdn.com/sections/deviceinfo.html > > -- > Best regards, > Vladimir Zinin > mailto:zinin(a)eldos.org > > > Bobby Cannon wrote: >> Do a search on IOCTL_HAL_GET_DEVICEID. >> >> "Puzzle" wrote: >> >> >>>Hi >>> >>>Does anybody have any idea to recognize devices uniquely? >>>KernelIoControl () works with some devices but not all. >>>I think there should be some kind of id which can apply to every device >>>like MAC address for Ethernet devices. >>> >>>If anybody knows, please reply. >>> >>>thnks >>> >>> >>>
|
Pages: 1 Prev: IMsgStore::Advise Next: Compatibility |