<Runtime.InteropServices.DllImport("user32.dll")>
Private Shared Function OpenDesktop(ByVal lpszDesktop As String, ByVal dwFlags As Integer, _
ByVal fInderit As Boolean, ByVal dwDesiredAccess As Integer) As IntPtr
End Function
[DllImport("user32.dll")]
static extern IntPtr OpenDesktop(string lpszDesktop, uint dwFlags,
bool fInherit, uint dwDesiredAccess);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!