Exemplo n.º 1
0
 private static extern bool GetCursorInfo(ref CursorInfo cursorInfo);
Exemplo n.º 2
0
 public static CursorInfo New()
 {
     CursorInfo info = new CursorInfo();
     info.size = (uint) Marshal.SizeOf(typeof (CursorInfo));
     return info;
 }