![]() |
|
QA: How to perform hard reset?
By Alexander Muratov, December 18, 2001.
QuestionI need to perform the device hard reset programmatically. How can I do that? NoteInformation provided in this article is for educational purposes only. Pocket PC Developer Network is not responsible in any way for any use of this code. We publish this information because it is available in official documentation. AnswerYou should use KernelIOControl and SetCleanRebootFlag functions. Insert following code into your program and you could easily clean Pocket PC device calling HardResetPocketPC(): Source code
Note: actual implementation is determined by the original equipment manufacturer (OEM) and some devices may not support this function. Note: all data will be erased from Pocket PC during hard-reset! Related resources:
DiscussDiscuss this article. Here you can write your comments and read comments of other developers. |
|||||||||||||||||||||