[DllImportAttribute("User32.dll", SetLastError = true)]
public static RegionComplexity GetUpdateRgn(
SafeHandle hWnd,
SafeHandle hRgn,
bool erase
)
<DllImportAttribute("User32.dll", SetLastError := true>]
Public Shared Function GetUpdateRgn (
hWnd As SafeHandle,
hRgn As SafeHandle,
erase As Boolean
) As RegionComplexity
Dim hWnd As SafeHandle
Dim hRgn As SafeHandle
Dim erase As Boolean
Dim returnValue As RegionComplexity
returnValue = User32.GetUpdateRgn(hWnd,
hRgn, erase)
public:
[DllImportAttribute(L"User32.dll", SetLastError = true)]
static RegionComplexity GetUpdateRgn(
SafeHandle^ hWnd,
SafeHandle^ hRgn,
bool erase
)
[<DllImportAttribute("User32.dll", SetLastError = true)>]
static member GetUpdateRgn :
hWnd : SafeHandle *
hRgn : SafeHandle *
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.Runtime.InteropServices.SafeHandle,System.Runtime.InteropServices.SafeHandle,System.Boolean)"]