Go to the source code of this file.
Classes |
|
class | IDataChannel |
class | IFaceDataChannel |
class | IFaceDataChannelsEnumCallBack |
Defines |
|
#define | DataChanExport __declspec(dllimport) |
#define | DATACHANNEL_INTERFACE Interface_ID(0x38a718a8, 0x14685b4b) |
#define | GetDataChannelInterface(obj) ((IDataChannel*)obj->GetInterface(DATACHANNEL_INTERFACE)) |
#define | FACEDATACHANNEL_INTERFACE Interface_ID(0x181358d5, 0x3cab1bc9) |
#define | GetFaceDataChannelInterface(obj) ((IFaceDataChannel*)obj->GetInterface(FACEDATACHANNEL_INTERFACE)) |
#define DataChanExport __declspec(dllimport) |
Definition at line 30 of file idatachannel.h.
#define DATACHANNEL_INTERFACE Interface_ID(0x38a718a8, 0x14685b4b) |
Definition at line 70 of file idatachannel.h.
#define GetDataChannelInterface | ( | obj | ) | ((IDataChannel*)obj->GetInterface(DATACHANNEL_INTERFACE)) |
Definition at line 71 of file idatachannel.h.
#define FACEDATACHANNEL_INTERFACE Interface_ID(0x181358d5, 0x3cab1bc9) |
Definition at line 246 of file idatachannel.h.
#define GetFaceDataChannelInterface | ( | obj | ) | ((IFaceDataChannel*)obj->GetInterface(FACEDATACHANNEL_INTERFACE)) |
Definition at line 247 of file idatachannel.h.