u$uex.rel.buf

u$uex.rel.buf


u$uex.get.buf Index Level u0003
Syntax result = oconv( block.info, "u$uex.rel.buf" )
Category BASIC
Type User Exit
Description The "u$uex.rel.buf" user exit released a block of consecutive frames in memory previously allocated by "u$uex.get.buf".

"block.info" is  a dynamic array which contains the following information:
 block.info<1> = base address of frames to be released (address is composed of segment:offset)
 block.info<2> = number of frames to be released

"result" is a status code indicating:
 '0' = successful
 '1' = illegal base address segment:offset
 '2' = result<2>: number of frames not released
Options  
See Also u$uex.get.buf
Example code = oconv("6000:0"<am>"128","u$uex.rel.buf")
Warnings
Compatibility
u$uex.get.buf Index Level u0003