[DllImportAttribute("User32.dll", SetLastError = true)]
public static RegionComplexity GetUpdateRgn(
IntPtr hWnd,
IntPtr hRgn,
bool erase
)
<DllImportAttribute("User32.dll", SetLastError := true>]
Public Shared Function GetUpdateRgn (
hWnd As IntPtr,
hRgn As IntPtr,
erase As Boolean
) As RegionComplexity
Dim hWnd As IntPtr
Dim hRgn As IntPtr
Dim erase As Boolean
Dim returnValue As RegionComplexity
returnValue = User32.GetUpdateRgn(hWnd,
hRgn, erase)
public:
[DllImportAttribute(L"User32.dll", SetLastError = true)]
static RegionComplexity GetUpdateRgn(
IntPtr hWnd,
IntPtr hRgn,
bool erase
)
[<DllImportAttribute("User32.dll", SetLastError = true)>]
static member GetUpdateRgn :
hWnd : IntPtr *
hRgn : IntPtr *
erase : bool -> RegionComplexity
No code example is currently available or this language may not be supported.
[Missing <param name="erase"/> documentation for "M:DevCase.Win32.NativeMethods.User32.GetUpdateRgn(System.IntPtr,System.IntPtr,System.Boolean)"]