getData()  getData()

Chapter 5: General Objects and Methods

getData()

Description

Gets long data from the clNdo object.

Syntax

getData(long *pLong)

Parameter

Description

pLong

Pointer to long data to store the data from the clNdo.

Return value

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

Usage

Pointer to object

Object

int rv;long l;clNdo *pClNdo1;

.

.

rv=pCINdo1->getData(&I);

int rv;long l;clNdo clNdo1;

.

.

rv = clNdo1.getData(&l);





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

View this book as PDF