traverse


Description:

Calls the func for each MessageContentInfo, including the top one.

The func can return true to continue processing or false to stop it.

Parameters:

this

a MessageContentInfo

func

a MessageContentInfoTraverseCallback

user_data

user data passed to func

Returns:

false on error or when the func returned false, otherwise true