serializeXML()  setAttribute()

Chapter 5: General Objects and Methods

serializeNCFnsd()

Description

Serializes the contents within this clNdo object into the designated blob using a nonself-describing NCF.

Syntax

serializeNCFnsd(blob *pBlob)

Parameter

Description

pBlob

Pointer to a blob to hold the serialized NCF.

Return value

None.

Usage

Pointer to object

Object

clNdo *pClNDdo6;int rv;blob testBlob;

.

.

rv = pclNdo6->serializeNCFnsd    (*testBlob);

clNdo clNDdo6;int rv;blob testBlob;

.

.

rv = clNdo6.serializeNCFnsd    (&testBlob);





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

View this book as PDF