GetIntegratedDisplaySize function kernel32

int GetIntegratedDisplaySize(
  1. Pointer<Double> sizeInInches
)

Retrieves the best estimate of the diagonal size of the built-in screen, in inches.

HRESULT GetIntegratedDisplaySize(
  double *sizeInInches
);

Implementation

int GetIntegratedDisplaySize(Pointer<Double> sizeInInches) =>
    _GetIntegratedDisplaySize(sizeInInches);