#include "StdAfx.h"
#include "Shareaza.h"
#include "XML.h"
Go to the source code of this file.
Defines | |
#define | V2S_APPEND(x, y) |
|
Value: if ( (x) > nOut ) \ { \ strXML.ReleaseBuffer( nLen + nOut ); \ nOut += (x) + 16; \ pszOut = strXML.GetBuffer( nLen + nOut ) + nLen; \ } \ { for ( LPCTSTR pszIn = (y) ; *pszIn ; nOut--, nLen++ ) *pszOut++ = *pszIn++; } Definition at line 186 of file XML.cpp. Referenced by CXMLNode::ValueToString(). |