GetSystemDpiForProcess method

int GetSystemDpiForProcess(
  1. Pointer<Void> hProcess
)

Implementation

int GetSystemDpiForProcess(
  ffi.Pointer<ffi.Void> hProcess,
) {
  return _GetSystemDpiForProcess(
    hProcess,
  );
}