3ds Max C++ API Reference
IRefTargMonitor.h File Reference
#include "maxheap.h"
#include "ref.h"

Classes

class  IRefTargMonitor
 The interface for an owner of a RefTargMonitorRefMaker class. More...
 
class  RefTargMonitorRefMaker
 Defines a class for monitoring a ReferenceTarget. More...
 

Macros

#define IID_REFTARG_MONITOR   0x3070552c
 Id for IRefTargMonitor interface. More...
 
#define REFMSG_REFTARGMONITOR_TARGET_SET   REFMSG_USER + 0x3070552c
 This notification is sent to a IRefTargetMonitor's owner when it sets it's target. More...
 

Macro Definition Documentation

◆ IID_REFTARG_MONITOR

#define IID_REFTARG_MONITOR   0x3070552c

Id for IRefTargMonitor interface.

◆ REFMSG_REFTARGMONITOR_TARGET_SET

#define REFMSG_REFTARGMONITOR_TARGET_SET   REFMSG_USER + 0x3070552c

This notification is sent to a IRefTargetMonitor's owner when it sets it's target.

Without this message, it's possible for the IRefTargetMontitor target to change with the owner not knowing about it.

See also
IRefTargMonitor