pub unsafe extern "C" fn LeapGetVersion(
    hConnection: LEAP_CONNECTION,
    versionPart: eLeapVersionPart,
    pVersion: *mut LEAP_VERSION
) -> eLeapRS
Expand description

\ingroup Functions

Returns the version of a specified part of the system.

If an invalid connection handle is provided only the version details of the client will be available.

@param hConnection The connection handle created by LeapCreateConnection(). @param versionPart The version part to return, this will reference one part of the system. @param[out] pVersion A pointer to a struct used to store the version number. @returns The operation result code, a member of the eLeapRS enumeration. @since 5.2.x