Important: The information in this document is obsolete and should not be used for new development.
Setting the Properties of Relocatable Blocks
A relocatable block can be either locked or unlocked and either purgeable or unpurgeable. In addition, it can have its resource bit either set or cleared. To determine the state of any of these properties, use theHGetState
function. To change these properties, use theHLock
,HUnlock
,HPurge
,HNoPurge
,HSetRBit
, andHClrRBit
procedures. To restore these properties, use theHSetState
procedure.
- WARNING
- Be sure to use these procedures to get and set the properties of relocatable blocks. In particular, do not rely on the structure of master pointers, because their structure in 24-bit mode is different from their structure in 32-bit mode.
Subtopics
- HGetState
- HSetState
- HLock
- HUnlock
- HPurge
- HNoPurge
- HSetRBit
- HClrRBit