Function ziAPIGetCommitHash#
Defined in File ziAPI.h
-
ZIResult_enum ziAPIGetCommitHash(const char **commitHash)#
Retrieves the exact commit hash key of ziAPI.
Sets the passed pointer to point to the null-terminated commit hash string of ziAPI.
- Parameters:
commitHash – [in] Pointer to const char pointer.
- Returns:
ZI_INFO_SUCCESS
Other return codes may also be returned, for a detailed error message use ziAPIGetLastError.