public static long GetWindowLongA(
IntPtr hWnd,
int nIndex
)
Public Shared Function GetWindowLongA (
hWnd As IntPtr,
nIndex As Integer
) As Long
public:
static long long GetWindowLongA(
IntPtr hWnd,
int nIndex
)
static member GetWindowLongA :
hWnd : IntPtr *
nIndex : int -> int64