'Declaration
Public Shared Function SetCursor( _ ByVal hCursor As System.IntPtr _ ) As System.IntPtr
'Usage
Dim hCursor As System.IntPtr Dim value As System.IntPtr value = NUser32.SetCursor(hCursor)
public static System.IntPtr SetCursor( System.IntPtr hCursor )
Parameters
- hCursor