class Core::Platform::WindowsTextRecord
#include <corediscovery.win.h> class WindowsTextRecord: private Core::Platform::ITextRecord { public: // construction WindowsTextRecord(const ConstVector<DNS_TXT_DATA*>& records); // methods virtual int getCount() const; virtual bool getItemAt(CString64& key, CString64& value, int index) const; virtual bool getValue(CString64& value, CStringPtr key) const; virtual bool getIntValue(int64& value, CStringPtr key) const; };
Inherited Members
public: // methods virtual int getCount() const = 0; virtual bool getItemAt(CString64& key, CString64& value, int index) const = 0; virtual bool getValue(CString64& value, CStringPtr key) const = 0; virtual bool getIntValue(int64& value, CStringPtr key) const = 0;