Return which kind of UI prompt or message a UI_STRING represents.

Synopsis

Declared in <openssl/ui.h>

UI_string_types
UI_get_string_type(UI_STRING* uis);

Return Value

One of the UI_string_types values (prompt, verify, boolean, info, or error).

Parameters

Name

Description

uis

UI string object to query.

Created with MrDocs