Function getNextErrorCode

Source
pub unsafe extern "C" fn getNextErrorCode(
    iter: *mut TidyIterator,
) -> uint
Expand description

Given a valid TidyIterator initiated with getErrorCodeList(), returns an instance of the opaque type TidyMessageArgument, which serves as a token against which the remaining argument API functions may be used to query information. @param iter The TidyIterator (initiated with getErrorCodeList()) token. @result Returns a message code.