Oracle Objects for OLE C++ Class Library
Release 8.1.7

Part Number A85258-01

Library

Product

Contents

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 copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents