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

MinimumSize Method

Applies To

OParameter

Description

Sets or gets the minimum size of parameter string buffer.

Usage

oresult MinimumSize (long size);

long MinimumSize (void);

Arguments

size
The size of the string buffer.
Remarks

MinimumSize(long size) sets the string buffer to size bytes. This is required when a buffer of more than 128 bytes is required or anticipated by the application.

MinimunSize() returns the current minimum size for the parameter.

Return Value

An oresult indicating whether the operation succeeded (OSUCCESS) or not (OFAILURE).


 
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