3ds Max C++ API Reference
NotificationAPIUtils.h File Reference
#include "../strclass.h"
#include "../maxapi.h"

Namespaces

 MaxSDK
 
 MaxSDK::NotificationAPIUtils
 This namespace exposes 4 private internal calls to the 3dsmax application.
 

Macros

#define NotificationAPIUtilsExport   __declspec(dllimport)
 

Functions

NotificationAPIUtilsExport ViewExpGetActiveViewExpIncludingExtendedViews (bool &outIsAnExtendedView)
 Gets Active ViewExp considering extended and non extended views. More...
 
NotificationAPIUtilsExport ViewExpGetViewExpFromUndoIDIncludingExtendedViews (int viewUndoID, bool &outIsAnExtendedView)
 Gets the ViewExp from its view undoID considering extended views and all tab panels not only the active tab panel. More...
 
NotificationAPIUtilsExport void GetViewportLabelFromUndoIDIncludingExtendedViews (int viewUndoID, MSTR &outViewportLabel)
 Gets the viewport label from its view undoID considering extended views and all tab panels not only the active tab panel. More...
 
NotificationAPIUtilsExport bool IsUsingActiveView (RenderSettingID renderSettingID)
 To know if the renderer is locked. More...
 

Macro Definition Documentation

◆ NotificationAPIUtilsExport

#define NotificationAPIUtilsExport   __declspec(dllimport)