pub unsafe extern "C" fn FRD_ResultToErrorCode(
errorCode: *mut u32_,
res: Result,
) -> ResultExpand description
Get a support error code (XXX-YYYY) for the given result code.
ยงArguments
errorCode- Pointer to write the support error code to.res- The result code to convert.