GetVersionExW method

int GetVersionExW(
  1. Pointer<PRTL_OSVERSIONINFOW> lpVersionInformation
)

Implementation

int GetVersionExW(
  ffi.Pointer<PRTL_OSVERSIONINFOW> lpVersionInformation,
) {
  return (_GetVersionExW ??=
      _dylib.lookupFunction<_c_GetVersionExW, _dart_GetVersionExW>(
          'GetVersionExW'))(
    lpVersionInformation,
  );
}