#include <IDXUserTag.h>
Inherits DX::IDXUserData.
Public Member Functions | |
virtual const wchar_t *DXMCALL | GetID () const =0 |
virtual const wchar_t *DXMCALL | GetValue () const =0 |
virtual DXError DXMCALL | SetID (const wchar_t *id)=0 |
virtual DXError DXMCALL | SetValue (const wchar_t *value)=0 |
virtual const wchar_t* DXMCALL DX::IDXUserTag::GetID | ( | ) | const [pure virtual] |
Get the ID that this tag will have.
virtual const wchar_t* DXMCALL DX::IDXUserTag::GetValue | ( | ) | const [pure virtual] |
Get the value that this tag will have.
virtual DXError DXMCALL DX::IDXUserTag::SetID | ( | const wchar_t * | id | ) | [pure virtual] |
Set the ID that this tag will have.
id | The id. |
virtual DXError DXMCALL DX::IDXUserTag::SetValue | ( | const wchar_t * | value | ) | [pure virtual] |
Set the value that this tag will have.
value | The new value. |