473,399 Members | 2,774 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

GwesPowerOffSystem in C#?

hi folk,

what is the c# version of the GwesPowerOffSystem for the compact framework?

thanks,
elmar
Nov 16 '05 #1
1 3039
solution
[DllImport("Coredll.dll")]

extern static void GwesPowerOffSystem();

void blablabal() {

GwesPowerOffSystem();

}

"Elmar Jacobs" <el**********@target-instruments.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
hi folk,

what is the c# version of the GwesPowerOffSystem for the compact framework?
thanks,
elmar

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.