{"id":382,"date":"2010-06-29T16:45:06","date_gmt":"2010-06-29T11:15:06","guid":{"rendered":"http:\/\/live-42gears-site.pantheonsite.io\/blog\/?p=382"},"modified":"2023-01-06T08:29:20","modified_gmt":"2023-01-06T08:29:20","slug":"c-code-to-soft-reset-a-windows-mobile-device","status":"publish","type":"post","link":"https:\/\/www.42gears.com\/de\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/","title":{"rendered":"C# code to soft reset a Windows Mobile device"},"content":{"rendered":"<p>Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke)<br \/>\n<code><br \/>\n[DllImport(\"coredll.dll\", SetLastError = true)]<br \/>\nstatic extern int SetSystemPowerState(string psState, int StateFlags, int Options);<\/code><\/p>\n<p><code>const int POWER_FORCE = 4096;<br \/>\nconst int POWER_STATE_RESET = 0x00800000;<\/p>\n<p><\/code><code>private void SoftReset()<br \/>\n{<br \/>\nSetSystemPowerState(null, POWER_STATE_RESET, POWER_FORCE);<br \/>\n}<br \/>\n<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke) [DllImport(&#8222;coredll.dll&#8220;, SetLastError = true)] static extern int SetSystemPowerState(string psState, int StateFlags, int Options); const int POWER_FORCE = 4096; const int POWER_STATE_RESET = 0x00800000; private void SoftReset() { SetSystemPowerState(null, POWER_STATE_RESET, POWER_FORCE); }<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[39,8],"tags":[54,47],"class_list":["post-382","post","type-post","status-publish","format-standard","hentry","category-development","category-general","tag-programming","tag-windows-mobile"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v24.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C# code to soft reset a Windows Mobile device - 42Gears Mobility Systems<\/title>\n<meta name=\"description\" content=\"42Gear&#039;s blog has everything you need to future-proof your business. Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke).\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C# code to soft reset a Windows Mobile device\" \/>\n<meta property=\"og:description\" content=\"42Gear&#039;s blog has everything you need to future-proof your business. Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/\" \/>\n<meta property=\"og:site_name\" content=\"42Gears Mobility Systems\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/42gears\" \/>\n<meta property=\"article:published_time\" content=\"2010-06-29T11:15:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-06T08:29:20+00:00\" \/>\n<meta name=\"author\" content=\"42Gears Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@42Gears\" \/>\n<meta name=\"twitter:site\" content=\"@42Gears\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"42Gears Team\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/\"},\"author\":{\"name\":\"42Gears Team\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\"},\"headline\":\"C# code to soft reset a Windows Mobile device\",\"datePublished\":\"2010-06-29T11:15:06+00:00\",\"dateModified\":\"2023-01-06T08:29:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/\"},\"wordCount\":24,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"keywords\":[\"programming\",\"Windows Mobile\"],\"articleSection\":[\"Development\",\"General\"],\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/\",\"url\":\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/\",\"name\":\"C# code to soft reset a Windows Mobile device - 42Gears Mobility Systems\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/#website\"},\"datePublished\":\"2010-06-29T11:15:06+00:00\",\"dateModified\":\"2023-01-06T08:29:20+00:00\",\"description\":\"42Gear's blog has everything you need to future-proof your business. Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke).\",\"breadcrumb\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.42gears.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C# code to soft reset a Windows Mobile device\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.42gears.com\/#website\",\"url\":\"https:\/\/www.42gears.com\/\",\"name\":\"42Gears Mobility Systems\",\"description\":\"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown\",\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.42gears.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.42gears.com\/#organization\",\"name\":\"MDM - 42Gears\",\"url\":\"https:\/\/www.42gears.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"contentUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"width\":499,\"height\":330,\"caption\":\"MDM - 42Gears\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/42gears\",\"https:\/\/x.com\/42Gears\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\",\"name\":\"42Gears Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"caption\":\"42Gears Team\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"C# code to soft reset a Windows Mobile device - 42Gears Mobility Systems","description":"42Gear's blog has everything you need to future-proof your business. Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke).","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/","og_locale":"de_DE","og_type":"article","og_title":"C# code to soft reset a Windows Mobile device","og_description":"42Gear's blog has everything you need to future-proof your business. Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke).","og_url":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/","og_site_name":"42Gears Mobility Systems","article_publisher":"https:\/\/www.facebook.com\/42gears","article_published_time":"2010-06-29T11:15:06+00:00","article_modified_time":"2023-01-06T08:29:20+00:00","author":"42Gears Team","twitter_card":"summary_large_image","twitter_creator":"@42Gears","twitter_site":"@42Gears","twitter_misc":{"Written by":"42Gears Team"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#article","isPartOf":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/"},"author":{"name":"42Gears Team","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d"},"headline":"C# code to soft reset a Windows Mobile device","datePublished":"2010-06-29T11:15:06+00:00","dateModified":"2023-01-06T08:29:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/"},"wordCount":24,"commentCount":0,"publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"keywords":["programming","Windows Mobile"],"articleSection":["Development","General"],"inLanguage":"de-DE","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/","url":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/","name":"C# code to soft reset a Windows Mobile device - 42Gears Mobility Systems","isPartOf":{"@id":"https:\/\/www.42gears.com\/#website"},"datePublished":"2010-06-29T11:15:06+00:00","dateModified":"2023-01-06T08:29:20+00:00","description":"42Gear's blog has everything you need to future-proof your business. Here is the C# code to soft reset a Windows Mobile device (using P\/Invoke).","breadcrumb":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.42gears.com\/fr\/blog\/c-code-to-soft-reset-a-windows-mobile-device\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.42gears.com\/de\/"},{"@type":"ListItem","position":2,"name":"C# code to soft reset a Windows Mobile device"}]},{"@type":"WebSite","@id":"https:\/\/www.42gears.com\/#website","url":"https:\/\/www.42gears.com\/","name":"42Gears Mobility Systems","description":"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown","publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.42gears.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/www.42gears.com\/#organization","name":"MDM - 42Gears","url":"https:\/\/www.42gears.com\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","contentUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","width":499,"height":330,"caption":"MDM - 42Gears"},"image":{"@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/42gears","https:\/\/x.com\/42Gears"]},{"@type":"Person","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d","name":"42Gears Team","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","caption":"42Gears Team"}}]}},"author_meta":{"ID":"7","user_nicename":"42gears","user_email":"42gears@gmail.com","user_registered":"2015-07-15 04:55:37","display_name":"42Gears Team","first_name":"42Gears","last_name":"Team"},"_links":{"self":[{"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/posts\/382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/comments?post=382"}],"version-history":[{"count":2,"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/posts\/382\/revisions"}],"predecessor-version":[{"id":85427,"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/posts\/382\/revisions\/85427"}],"wp:attachment":[{"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/media?parent=382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/categories?post=382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.42gears.com\/de\/wp-json\/wp\/v2\/tags?post=382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}