pub unsafe extern "C" fn osGetSystemVersionDataString(
    nver_versionbin: *mut OS_VersionBin,
    cver_versionbin: *mut OS_VersionBin,
    sysverstr: *mut c_char,
    sysverstr_maxsize: u32_
) -> Result
Expand description

This is a wrapper for osGetSystemVersionData.

§Arguments

  • nver_versionbin - Optional output OS_VersionBin structure for the data read from NVer, can be NULL.
  • cver_versionbin - Optional output OS_VersionBin structure for the data read from CVer, can be NULL.
  • sysverstr - Output string where the printed system-version will be written, in the same format displayed by the System Settings title.
  • sysverstr_maxsize - Max size of the above string buffer, including NULL-terminator.

§Returns

See osGetSystemVersionData.