LEOUserData.hIntroductionUse the links in the table of contents to the left to access the documentation. TypedefsLEOUserDataCleanUpFuncPtrtypedef void ( *LEOUserDataCleanUpFuncPtr)( void *inUserData ); DiscussionCallback you can give to a context when you attach user data to it, which it will call when it is cleaned up to allow disposing of the user data. |