[#ScriptHash-data-04] = xref:ScriptHash.adoc[ScriptHash]::data :relfileprefix: ../ :mrdocs: `data` overloads == Synopses Declared in `<util/hash_type.h>` Returns a pointer to the underlying byte buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char* xref:ScriptHash/data-00.adoc[data](); ---- [.small]#xref:ScriptHash/data-00.adoc[_» more..._]# Returns a const pointer to the underlying byte buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* xref:ScriptHash/data-05.adoc[data]() const; ---- [.small]#xref:ScriptHash/data-05.adoc[_» more..._]# == Return Value A pointer to the first byte. [.small]#Created with https://www.mrdocs.com[MrDocs]#