Exemple #1
0
 public static IntPtr GetClassLongPtr(IntPtr hWnd, GetClassLongPtr nIndex)
 {
     if (IntPtr.Size == 8)
     {
         return(GetClassLongPtr64(hWnd, nIndex));
     }
     else
     {
         return(new IntPtr(GetClassLongPtr32(hWnd, nIndex)));
     }
 }
Exemple #2
0
 public static extern IntPtr GetClassLongPtr64(IntPtr hWnd, GetClassLongPtr nIndex);
Exemple #3
0
 public static extern uint GetClassLongPtr32(IntPtr hWnd, GetClassLongPtr nIndex);