|
3ds Max C++ API Reference
|
struct that has the same size as a void* and behaves like a void*. More...
#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/notifyParams.h>
Public Member Functions | |
| bool | operator== (void *val) const |
| operator bool () const | |
| operator void * () | |
| notify_call_param_t & | operator= (void *val) |
Public Attributes | |
| void * | mData = nullptr |
struct that has the same size as a void* and behaves like a void*.
Its purpose is to improve type safety by restricting the ability to cast callParam to any arbitrary type. Define MAXSDK_DISABLE_STRICT_NOTIFY to revert back to using void* (not recommended). Use GetNotifyParam to retrieve the callParam with the appropriate type in the notification callback.
|
inline |
|
inlineexplicit |
|
inline |
| void* mData = nullptr |