Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

GetValue (OAQMsg) Method

Applies To

OAQMsg

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.
Remarks

The first method under Usage returns the actual size of the message if successful, otherwise -1 is returned.


 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback