![]() |
|
QA: How can I soft reset Pocket PC device?
By Andrey Yatsyk, October 08, 2001.
QuestionHow can I soft reset Pocket PC device from my embedded Visual C++ program? AnswerYou should use KernelIoControl(...) function. Insert following code into your program and you could easily reset Pocket PC device calling ResetPocketPC(): I regret to say that this functionality implementation is subject of concrete OEM good will. I.e. not all devises can be restarted by this function. To be sure your devise supports this control code visit http://nsbasic.com/s309/. The author of this page supports a list of devises that can be soft restarted similar way. The most widespread Pocket PC devices such as Compaq iPAQ, HP Jornada and, Cassio Cassiopea support this function (and it seems that all Pocket PC 2002 devices support it). Related resources:
DiscussDiscuss this article. Here you can write your comments and read comments of other developers. |
|||||||||||||||||||||