T
Tom J
Why does the following cause an EntryPointNotFoundException when I do
ExitWindows(0,0); ?
[DllImport("user32.dll", CharSet=CharSet.Auto)]
static extern bool ExitWindows(ulong dwReserved, uint uReserved);
<<<<<<<<<<<<<<<<<<
ExitWindows(0,0); ?
[DllImport("user32.dll", CharSet=CharSet.Auto)]
static extern bool ExitWindows(ulong dwReserved, uint uReserved);
<<<<<<<<<<<<<<<<<<