GetVersionExA method

int GetVersionExA(
  1. Pointer<LPOSVERSIONINFOA> lpVersionInformation
)

Implementation

int GetVersionExA(
  ffi.Pointer<LPOSVERSIONINFOA> lpVersionInformation,
) {
  return (_GetVersionExA ??=
      _dylib.lookupFunction<_c_GetVersionExA, _dart_GetVersionExA>(
          'GetVersionExA'))(
    lpVersionInformation,
  );
}