GetDpiAwarenessContextForProcess method

Pointer<DPI_AWARENESS_CONTEXT__> GetDpiAwarenessContextForProcess(
  1. Pointer<Void> hProcess
)

Implementation

ffi.Pointer<DPI_AWARENESS_CONTEXT__> GetDpiAwarenessContextForProcess(
  ffi.Pointer<ffi.Void> hProcess,
) {
  return _GetDpiAwarenessContextForProcess(
    hProcess,
  );
}