Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Open (OAQMSG) Method

Applies To

OAQMsg

Description

Opens an OAQMsg object.

Usage

void Open(OAQ& aq, int msgtype, const char *tname, const char *schema) throw(OException)

Arguments
Description
aq
The OAQ object to attach to after the OAMsg instance is opened.
msgtype
An integer representing a raw or user-defined type. Optional for RAW type. Possible values are:·
OTYPE_RAW (95) Message type is RAW·
OTYPE_OBJECT (108) Message type is user defined type.
tname
A string representing the name of the type. Optional for RAW type.
schema
A string representing the schema where the type is defined. Optional for RAW type.
Remarks

none