pub unsafe extern "C" fn ibutton_protocols_get_editable_data(
protocols: *mut iButtonProtocols,
key: *const iButtonKey,
editable: *mut iButtonEditableData,
)Expand description
Get a pointer to the key’s editable data (for in-place editing)
§Arguments
[in]- protocols pointer to an iButtonProtocols object[in]- key pointer to the key to be checked[out]- editable pointer to a structure to contain the editable data