Gdi32GdiFlush Method

Flushes the calling thread's current batch.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("GDI32.dll", ExactSpelling = true, SetLastError = true)]
[SecurityCriticalAttribute]
public static bool GdiFlush()

Return Value

Boolean
If all functions in the current batch succeed, the return value is .

If not all functions in the current batch, the return value is , indicating that at least one function returned an error.

To get extended error information, call GetLastWin32Error.

Remarks

See Also