get_user_data


Description:

public void* get_user_data (UserDataKey key)

Finds the user data previously associated with this using the given key.

If no user data has been associated with this for the given key this function returns NULL.

Parameters:

this

The object with associated private data to query

key

The address of a UserDataKey which provides a unique value with which to index the private data.

Returns:

The user data previously associated with this using the given key; or null if no associated data is found.