GetVersionExW method

int GetVersionExW(
  1. Pointer<RTL_OSVERSIONINFOW> lpVersionInformation
)

Implementation

int GetVersionExW(
  ffi.Pointer<RTL_OSVERSIONINFOW> lpVersionInformation,
) {
  return _GetVersionExW(
    lpVersionInformation,
  );
}