[][src]Function leap_sys::LeapRequestConfigValue

pub unsafe extern "C" fn LeapRequestConfigValue(
    hConnection: LEAP_CONNECTION,
    key: *const c_char,
    pRequestID: *mut u32
) -> eLeapRS

\ingroup Functions Requests the current value of a service configuration setting. The value is fetched asynchronously since it requires a service transaction. LeapPollConnection() returns this event structure when the request has been processed. Use the pRequestID value to correlate the response to the originating request.

@param hConnection The connection handle created by LeapCreateConnection(). @param key The key of the configuration to request @param[out] pRequestID A pointer to a memory location to which the id for this request is written. @returns The operation result code, a member of the eLeapRS enumeration. @since 3.0.0