[DllImport("coredll.dll", SetLastError=true)]
static extern void GwesPowerOffSystem();
Declare Function GwesPowerOffSystem Lib "coredll.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
[DllImport("Coredll.dll")]
extern static void GwesPowerOffSystem();
void blablabal()
{
GwesPowerOffSystem();
}