GPR_$DEALLOCATE_ATTRIBUTE_BLOCK GPR Calls GPR_$DEALLOCATE_ATTRIBUTE_BLOCK
NAME
gpr_$deallocate_attribute_block - deallocates an attribute block.
FORMAT
gpr_$deallocate_attribute_block (attrib_block_desc, status)
DESCRIPTION
This routine deallocates an attribute block allocated by
gpr_$allocate_attribute_block.
Input Parameters
attrib_block_desc
The descriptor of the attribute block to deallocate, in
gpr_$attribute_desc_t format. This is a 4-byte integer.
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$allocate_attribute_block, gpr_$set_attribute_block.
NOTES
To associate an attribute block with the current bitmap, use
gpr_$set_attribute_block.