Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3633544
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T00:39:59+00:00 2026-05-19T00:39:59+00:00

I need to programatically shutdown a Windows CE 5.0 tablet using Microsoft.NET SDK CompactFramework

  • 0

I need to programatically shutdown a Windows CE 5.0 tablet using Microsoft.NET SDK CompactFramework v2.0. I tried using the solution here but got the error message

Can’t find entry point ExitWindowsEx
in PInvoke DLL coredll

Is there a way to add ExitWindowsEx to my build?
Do I need a different coredll?

[Flags]
public enum ExitFlags
{
    Reboot = 0x02,
    PowerOff = 0x08
}
[DllImport("coredll")]
public static extern int ExitWindowsEx(ExitFlags flags, int reserved);
private static void buttonShutdown_Click(object sender, EventArgs e)
{
    ExitWindowsEx(ExitFlags.PowerOff, 0);
}
private static void buttonRestart_Click(object sender, EventArgs e)
{
    ExitWindowsEx(ExitFlags.Reboot, 0);
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T00:40:00+00:00Added an answer on May 19, 2026 at 12:40 am

    You can’t just swap out coredll.dll, it’s part of the OS. To change coredll, you need an entirely new OS.

    That said, it’s not clear that you need one. ExitWindowsEx is likely not the call you want to be making (it’s not supported in CE), but instead you probably should be calling KernelIoControl with IOCTL_HAL_REBOOT for a soft reset.

    There really is no standard “power off” so if you truly need to shut down power, check with your OEM. There is, however, a device Suspend mode (assuming it’s in your specific OS). Suspend can be gotten at programmatically by P/Invoking GwesPowerOffSystem or post a VK_OFF key to the keyboard stream.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We need to programatically burn files to CD in a C\C++ Windows XP/Vista application
I need to programatically determine whether .NET 3.5 is installed. I thought it would
I need to programatically Insert a contact to outlook Contact using C# application. I
My current program need to use programatically create a XPathExpression instance to apply to
I need to merge a whole bunch of docx files programatically. Imagine they are
I am creating a C# Windows Mobile application that I need to programmatically invoke
I am working on an application where I need to detect a system shutdown.
I need to programatically append to a multi-page TIFF or PDF a new image.
I need help programatically graphing more points than can fit in a single Excel
I need to programmatically solve a system of linear equations in C, Objective C,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.