3ds Max C++ API Reference
Loading...
Searching...
No Matches
idatachannel.h File Reference
#include "maxheap.h"
#include "maxtypes.h"
#include "baseinterface.h"

Classes

class  IDataChannel
class  IFaceDataChannel
class  IFaceDataChannelsEnumCallBack

Macros

#define DataChanExport   __declspec(dllimport)
#define DATACHANNEL_INTERFACE   Interface_ID(0x38a718a8, 0x14685b4b)
#define GetDataChannelInterface(obj)
#define FACEDATACHANNEL_INTERFACE   Interface_ID(0x181358d5, 0x3cab1bc9)
#define GetFaceDataChannelInterface(obj)

Macro Definition Documentation

◆ DataChanExport

#define DataChanExport   __declspec(dllimport)

◆ DATACHANNEL_INTERFACE

#define DATACHANNEL_INTERFACE   Interface_ID(0x38a718a8, 0x14685b4b)

◆ GetDataChannelInterface

#define GetDataChannelInterface ( obj)
Value:
((IDataChannel*)obj->GetInterface(DATACHANNEL_INTERFACE))
Definition idatachannel.h:49
#define DATACHANNEL_INTERFACE
Definition idatachannel.h:69

◆ FACEDATACHANNEL_INTERFACE

#define FACEDATACHANNEL_INTERFACE   Interface_ID(0x181358d5, 0x3cab1bc9)

◆ GetFaceDataChannelInterface

#define GetFaceDataChannelInterface ( obj)
Value:
Definition idatachannel.h:92
#define FACEDATACHANNEL_INTERFACE
Definition idatachannel.h:244