Kernel32GetIntegratedDisplaySize Method
Retrieves the best estimate of the diagonal size of the built-in screen, in inches.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Kernel32.dll")]
public static HResult GetIntegratedDisplaySize(
out double refSize
)
<DllImportAttribute("Kernel32.dll">]
Public Shared Function GetIntegratedDisplaySize (
<OutAttribute> ByRef refSize As Double
) As HResult
Dim refSize As Double
Dim returnValue As HResult
returnValue = Kernel32.GetIntegratedDisplaySize(refSize)
public:
[DllImportAttribute(L"Kernel32.dll")]
static HResult GetIntegratedDisplaySize(
[OutAttribute] double% refSize
)
[<DllImportAttribute("Kernel32.dll")>]
static member GetIntegratedDisplaySize :
refSize : float byref -> HResult
No code example is currently available or this language may not be supported.
- refSize Double
-
The best estimate of the diagonal size of the built-in screen, in inches.
HResult
If successful, returns
S_OK.
If not successful, returns a
HResult error code.