3 references to PROCESS_DPI_AWARENESS
WindowsBase (3)
Shared\MS\Win32\SafeNativeMethodsCLR.cs (3)
577
/// <returns>The <see cref="NativeMethods.
PROCESS_DPI_AWARENESS
"/> of the specified process</returns>
593
internal static NativeMethods.
PROCESS_DPI_AWARENESS
GetProcessDpiAwareness(HandleRef hProcess)
603
return (NativeMethods.
PROCESS_DPI_AWARENESS
)NativeMethods.IntPtrToInt32(ptrProcessDpiAwareness);