pub unsafe extern "C" fn IRRST_GetHandles(
outMemHandle: *mut Handle,
outEventHandle: *mut Handle,
) -> ResultExpand description
Gets the shared memory and event handles for IRRST.
ยงArguments
outMemHandle- Pointer to write the shared memory handle to.outEventHandle- Pointer to write the event handle to.