Why does the following cause an EntryPointNotFo undException when I do
ExitWindows(0,0 ); ?
[color=blue][color=green][color=darkred]
>>>>>>>>>>>>> >[/color][/color][/color]
[DllImport("user 32.dll", CharSet=CharSet .Auto)]
static extern bool ExitWindows(ulo ng dwReserved, uint uReserved);
<<<<<<<<<<<<<<< <<<
ExitWindows(0,0 ); ?
[color=blue][color=green][color=darkred]
>>>>>>>>>>>>> >[/color][/color][/color]
[DllImport("user 32.dll", CharSet=CharSet .Auto)]
static extern bool ExitWindows(ulo ng dwReserved, uint uReserved);
<<<<<<<<<<<<<<< <<<
Comment