LEOUserData.h

Introduction

Use the links in the table of contents to the left to access the documentation.



Typedefs

LEOUserDataCleanUpFuncPtr

LEOUserDataCleanUpFuncPtr


typedef void ( *LEOUserDataCleanUpFuncPtr)(
    void *inUserData );  
Discussion

Callback 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.