User32IsValidDpiAwarenessContext Method

Determines if a specified DPI_AWARENESS_CONTEXT is valid and supported by the current system.

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("User32.dll", ExactSpelling = true)]
public static bool IsValidDpiAwarenessContext(
	IntPtr value
)

Parameters

value  IntPtr
The context that you want to determine if it is supported.

Return Value

Boolean
if the provided context is supported, otherwise .

Remarks

See Also