OpenInputDesktop (user32)
Last changed: -70.224.71.10

.
Summary

C# Signature:

[DllImport("user32.dll", SetLastError=true)]
static extern IntPtr OpenInputDesktop(uint dwFlags, bool fInherit,
   uint dwDesiredAccess);

VB.NET Signature:

<DllImport("user32.dll", SetLastError:=True)> _
     Private Shared Function OpenInputDesktop(ByVal dwFlags As UInteger, ByVal fInherit As Boolean, ByVal dwDesiredAccess As UInteger) As IntPtr
     End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation