createRoot()  deserializeNCFnsd()

Chapter 5: General Objects and Methods

deserializeNCF()

Description

Deserializes the New Era Canonical Formats (NCF) contained in the blob into this clNdo object.

Syntax

deserializeNCF(blob *pBlob)

Parameter

Description

pBlob

Pointer to a blob that contains the serialized NCF.

Return value

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

Usage

Pointer to object

Object

clNdo clNdo6;int rv;blob testBlob;

//do something to load the blob //with NCF

rv=pCINdo6->    deserializeNCF(&testBlob)

clNdo clNdo6;

int rv;

blob testBlob;

//do something to load the blob //with NCF

rv = clNdo6.deserializeNCF    (&testBlob);





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

View this book as PDF