Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) Part Number B14308-01 |
|
Applies To
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. |
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).