Function tidyGetMessageCode

Source
pub unsafe extern "C" fn tidyGetMessageCode(
    tmessage: TidyMessage,
) -> uint
Expand description

Get the message code. @param tmessage Specify the message that you are querying. @result Returns a code representing the message. This code can be used directly with the localized strings API; however we never make any guarantees about the value of these codes. For code stability don’t store this value in your own application. Instead use the enum field or use the message key string value.