.. highlightlang:: us .. _xml_getcurrentbytecount: XML_GetCurrentByteCount ======================= .. index:: XML_GetCurrentByteCount .. us.tag XML_GetCurrentByteCount NOTREADYENGLISH New330 XML :ref:`XML_GetCurrentByteCount` return the number of bytes in the current event. Returns 0 if the event is inside a reference to an internal entity. .. function:: nByteCount = XML_GetCurrentByteCount(hParser) .. us.return **Return Value** *nByteCount* is the number of bytes in the current event. Returns 0 if the event is inside a reference to an internal entity. .. us.params **Parameters** .. uparam:: hParser *hParser* is the handle of a parser. .. seealso:: :ref:`overview-xml` :sub:`id-1313647`