3ds Max C++ API Reference
Loading...
Searching...
No Matches
notify_param_helper< code > Struct Template Reference

Helper class to assign a param type to a notification code. See GetNotifyParam. More...

#include <C:/adskgit/3dsmax/3dsmax/3dswin/src/maxsdk/include/notify.h>

Public Types

using type = void*

Detailed Description

template<NotifyCode code>
struct notify_param_helper< code >

Helper class to assign a param type to a notification code. See GetNotifyParam.

Member Typedef Documentation

◆ type

template<NotifyCode code>
using type = void*