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.
| 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. |
|
The user data previously associated with this using the given |