Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-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).
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|