CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_CHAI_WARNING)(CPENDPOINT const *pOptionalSource, WarningCodes const code, WarningDomains const eDomain, CPCHAR8 const *const utf8Title, CPCHAR8 const *const utf8Content)

The CHAI received a warning message and forward it to the application.

Parameters
[in]pOptionalSourcePointer to the source of the warning message, if available
[in]codeWarning code (see WarningCodes enumeration in CLC_Enums.h)
[in]domainWarning domain (see WarningDomains enumeration in CLC_Enums.h)
[in]strTitleTitle of the warning
[in]strContentAdditional content
Remarks
This notification is activated by using CHAI_RegisterNotificationHandler.