Specifies the upper and lower values for the memory watermark.
*SetMemoryWaterMark()Specifies the upper and lower values for the memory watermark. |
|||||
*SetMemoryWaterMark()Specifies the upper and lower values for the memory watermark. |
Syntax |
*SetMemoryWaterMark(high, low) |
|
Arguments |
Name |
Description |
high |
High water setting (in Mb); cannot be greater than 4,096. |
|
low |
Low water setting (in Mb); cannot be less than 0. |
|
Example |
*BeginGraphicDefaults() *SetMemoryWaterMark(4096, 1024) *EndGraphicDefaults() |
|
Application |
HyperView |
|
Context |
||
See also |
|
|