Type Definition ejdb2_sys_windows::iwrc

source · []
pub type iwrc = u64;
Expand description

@brief The operation result status code.

Zero status code 0 indicates operation success

Status code can embed an errno code as operation result. In this case uint32_t iwrc_strip_errno(iwrc *rc) used to fetch embedded errno.

@see iwlog.h