dar_create_opts_set_user_interaction

fndar_err dar_create_opts_set_user_interaction(dar_create_opts * o, dar_user_interaction * ui) extern(C) nothrow

Set the user interaction on create options.

The user interaction is used during archive creation for prompts.

Parameters

ocreate options handle
uiuser interaction handle (or null for blind)

Returns

DAR_E_OK on success, error code otherwise.