Function steamworks_sys::SteamAPI_ManualDispatch_GetAPICallResult[][src]

pub unsafe extern "C" fn SteamAPI_ManualDispatch_GetAPICallResult(
    hSteamPipe: HSteamPipe,
    hSteamAPICall: SteamAPICall_t,
    pCallback: *mut c_void,
    cubCallback: c_int,
    iCallbackExpected: c_int,
    pbFailed: *mut bool
) -> bool

Return the call result for the specified call on the specified pipe. You really should only call this in a handler for SteamAPICallCompleted_t callback.