Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
Applies To
Description
Gets the value of the message.
Usage
long GetValue(char *val, unsigned short maxlen) const throw(OException)
void GetValue(OValue *val) const throw(OException)
void GetValue(OObject *val) const throw(OException)
Arguments |
Description |
---|---|
val |
The value of the message. |
maxlen |
The maximum length of the message. |
The first method under Usage returns the actual size of the message if successful, otherwise -1 is returned.
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|