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

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