static extern int GetWindowRgn(IntPtr hWnd, IntPtr hRgn);
Private Shared Function GetWindowRgn(ByVal hWnd As IntPtr, ByVal hRgn As IntPtr) As Integer