GPR_$ATTRIBUTE_BLOCK GPR Calls GPR_$ATTRIBUTE_BLOCK
NAME
gpr_$attribute_block - returns the descriptor of an attribute block.
FORMAT
attrib_block_desc = gpr_$attribute_block (bitmap_desc, status)
DESCRIPTION
This routine returns the descriptor of the attribute block associated
with the given bitmap.
Return
attrib_block_desc
Descriptor of the attribute block used for the given bitmap, in
gpr_$attribute_desc_t format. This is a 4-byte integer.
Input Parameters
bitmap_desc
Descriptor of the bitmap that is using the requested attribute
block, in gpr_$bitmap_desc_t format. This is a 4-byte integer.
Output Parameters
status
Completion status, in status_$t format.
SEE ALSO
gpr_$set_attribute_block.