BDI_UNMAP
Unmap the named items
Invocation
CALL BDI_UNMAP( ID, ITEMS, PTRS, STATUS )
Description
Unmaps the items specified by the ITEMS string. The value of the
pointer is required for checking purposes and in the case of
memory based objects where mapping for multiple types can be in
force.
Arguments
-
ID = INTEGER (given)
ADI identifier of BinDS, Array or Scalar object, or derivatives
thereof
-
ITEMS = CHARACTER*(*) (given)
List of items to be unmapped
-
PTRS[] = INTEGER (given)
The pointers to the mapped items
-
STATUS = INTEGER (given and returned)
The global status.
References