createChild()  deserializeNCF()

Chapter 5: General Objects and Methods

createRoot()

Description

Creates the root node of an NDO. To clear an existing root, use ndoClear().

Syntax

createRoot(string rootName)

Parameter

Description

rootName

String that contains the root name.

Return value

Integer. Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

int rv;

clNdo *pCINdo0;

rv=pCINdo0p->    createRoot(CLNDO1-ROOT”);

int rv;

clNdo clNdo0;

rv=clNdo0.createRoot    (“CLNDO1-ROOT”);





Copyright © 2005. Sybase Inc. All rights reserved. deserializeNCF()

View this book as PDF