SetSystemCursor (user32)
Last changed: -184.161.90.31

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool SetSystemCursor(IntPtr hcur, uint id);

VB.NET Signature:

<DllImport("user32.dll")> _

Private Shared Function SetSystemCursor(ByVal hCursor As IntPtr, ByVal id As Integer) As Boolean

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