saveXML()  serializeXML()

Chapter 5: General Objects and Methods

serializeNCF()

Description

Serializes the contents within this clNdo object into the designated blob using NCF.

Syntax

serializeNCF(blob *pBlob)

Parameter

Description

pBlob

Pointer to a blob to hold the serialized NCF.

Return value

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

Usage

Pointer to object

Object

clNdo *pClNDdo6;int rv;blob testBlob;

.

.

rv=pCINdo6->serializeNCF    (&testBlob);

clNdo clNDdo6;int rv;blob testBlob;

.

.

rv = clNdo6.serializeNCF    (&testBlob);





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

View this book as PDF