pub unsafe extern "C" fn xiGetParam(
hDevice: HANDLE,
prm: *const c_char,
val: *mut c_void,
size: *mut DWORD,
type_: *mut Type,
) -> XI_RETURNExpand description
\brief Get device parameter
Allows the user to get the current device state and information.
@param[in] hDevice handle to device @param[in] prm parameter name string. @param[in] val pointer to parameter set value. @param[in] size pointer to integer. @param[in] type pointer to type container. @return XI_OK on success, error value otherwise.