getData()  getName()

Chapter 5: General Objects and Methods

getData()

Description

Gets unsigned integer data from the clNdo object.

Syntax

getDataUnsigned(int *pInt)

Parameter

Description

pInt

Pointer to an unsigned integer 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;unsigned int i;clNdo *pClNdo1;

.

.

rv = pCINdo1->getData(&ui);

int rv;unsigned int i;clNdo clNdo1;

.

.

rv = clNdo1.getData(&ui);





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

View this book as PDF