21 #ifndef _WSB_RESULT_HELPER_H_ 22 #define _WSB_RESULT_HELPER_H_ 29 #if defined(__cplusplus) 102 #if defined(__cplusplus) WSB_ResultRecommendation
Identifiers for possible recommended actions for the user to take when a WSB_Result other than WSB_SU...
Definition: WsbResultHelper.h:41
WSB_EXPORT WSB_ResultExplanation WSB_ExplainResult(WSB_Result result, const char **languages, WSB_UInt32 language_count)
This function tries to guess the cause and possible best remedy for a given error.
Definition: WsbResultHelper.h:48
Definition: WsbResultHelper.h:42
WSB_Boolean
Boolean type used for variables that can be true (WSB_TRUE) or false (WSB_FALSE). ...
Definition: WsbTypes.h:71
Definition: WsbResultHelper.h:47
Definition: WsbResultHelper.h:43
const char * text
whether or not the relevant WSB_Result error code is well understood by WSB_ExplainResult ...
Definition: WsbResultHelper.h:64
Structure that will be populated and returned by WSB_ExplainResult function.
Definition: WsbResultHelper.h:60
WSB_Boolean understood
Definition: WsbResultHelper.h:61
const char * recommendation_text
human-readable version of the WSB_Result error code
Definition: WsbResultHelper.h:65
Definition: WsbResultHelper.h:46
Definition: WsbResultHelper.h:49
int WSB_Result
Signed integer value representing a function or method result (return value).
Definition: WsbTypes.h:83
Definition: WsbResultHelper.h:44
unsigned int WSB_UInt32
32-bit (or more) unsigned integer
Definition: WsbTypes.h:36
WSB_ResultRecommendation recommendation
human-readable recommended action
Definition: WsbResultHelper.h:66
Definition: WsbResultHelper.h:45