TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MTree::setTextBody
MTree
Sets the contents of szBuffer into the tree. Used only for setting xml format strings.
Remarks
If uiSize is zero then the szBuffer already has a null terminated character, if not SDK would NULL terminate the string.
Parameters
Parameters
Description
const char* szBuffer
xml data to be set.
unsigned int uiSize = 0
the size of the string.
Declaration
void
setTextBody(
const
char
* szBuffer,
unsigned
int
uiSize = 0)
throw
(
MException
);
Links
MTree
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference